Arh..

Sorry, i've found the error.

the script generating the xml file, parsed the text for special chars twice.
make & = &

my mistake 

thanx anyway

On Monday 28 July 2003 20:25, J.Pietschmann wrote:
> jb wrote:
> > To not make the XML import file corrupt i change all special chars to
> > f.ex.
>
> ...
>
> > char(38) = & = & should equal the Adobe standard font.
> >
> > but the PDF just shows &
>
> This sounds suspiciously as if you don't feed a file
> through an XML parser but use a DOM or the SAX API
> instead as FOP input.
> Character references (and entity references) apply to
> serialized XML only. In the XML APIs, text (text nodes
> or character events) contain normal, unescaped Unicode
> strings.
>
> J.Pietschmann
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to