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]