Hi there.

I faced the same problem, which means I cannot print documents that contain
& inside the text.
Unforunately I cannot use character or entity references, as the document
has already been parsed by Xerces, transformed by Xalan and I pass the DOM
over to FOP.

Does that mean I have to exchange any occurrence of "&" inside the DOM into
"&"? This would result in a serialized XML document like this:
"&"
Why does FOP care for that character at all? It should be a parser issue
only.

Hiran

> -----Ursprüngliche Nachricht-----
> Von: Dunning, John [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 16. Januar 2002 21:01
> An: '[EMAIL PROTECTED]'
> Betreff: RE: How do I print &
> 
> 
> Use '&'.
> HTH,
> J
> 
> -----Original Message-----
> From: Emmanuel Cuevas [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 16, 2002 2:34 PM
> To: [EMAIL PROTECTED]
> Subject: How do I print &
> 
> 
> Hi all !!
> 
> I'd like to know how do I print an &, because it driving me nuts !!
> 
> Any help would be VERY apreciated !!
> 
> TIA !!
> 
> Emmanuel Cuevas
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 
> 

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

Reply via email to