What I've figured out so far is that the values inside standard text
ADORs won't change text properties. Essentially what XMPie does at
this point is type at the insertion point where the field is. No fancy
stuff like ctrl-alt-shifting; it just types. And in general, just
typing in InDesign will never change the look of the type (ignoring
nested styles for the monent). You can 'type' all the commands you
want, and nothing will change.
The text file ADOR is quite a different beast, because instead of
typing, it's more like using the Place command. InDesign behaves quite
differently when one Places text. It will process rich text commands,
tagged text commands, Word file commands, etc. Code is executed--not
just typing.
If you always know where the potential ® may fall, you could bring it
in as separate ADOR and format that ADOR separately with a superscript
command.
For a similar problem to yours, we previously tried to make nested
styles work to do something like this, but couldn't figure it out at
the time.
I just tried a new little test, and think it might be possible. But
maybe not.
In InDesign, I made a character style with horizontal and vertical
scaling and a baseline shift. Essentially a superscript.
Then I made a nested paragraph style:
Normal up to "End Nested Style Character"
Then the Superscript character style for one Character
Then back to normal for 999 words.
This properly formats a superscript-like command for only one
character following an inserted "End Nested Style
Character" [Type>Insert Special Character>Other]
I copied that line out to notepad, and something was there:
"This is a test ® of superscript"
Pasting the text back into InDesign was working also.
However, things started blowing up when I copied the same string into
a text ADOR. After saving the plan, it re-opens to this:
1. Parsing error.
Details: line 20 - An invalid XML character (Unicode: 0x3) was found
in the element content of the document.
Bummer, because if this character could pass through the data,
InDesign should be able to read it. It would be useful to use for a
bunch of formatting stuff.
On Apr 6, 8:59 am, Mark Kuehn <
mark_ku...@comcast.net> wrote:
> I need to use Zurich Light Condensed. I realize that I coul open the font in
> a font editor and make changes to it, but that is a kludgy hack.
>
> My solution is almost there, I just need to know how to get the text in the
> ADOR treated like it is part of the tagged text file and not actual text.
>
> -Mark
>
> On 4/5/09 6:43 PM, "Tyrone Obrien" <
Tyrone.Obr...@bspg.com.au> wrote:
>
> > What font are you using as some fonts have a superscript Glyph. Font I know
> > that have superscript ® ® are Lucida Sans, Harmony, Myriad Pro, Sans Serif and
> > Agenda. This would fix the problem as the font is a superscripted ®
>