Title: RE: Entity Errors ?!?!?!

Hi:

Thanks for the response, I forgot to make clear that the creation of the .fo is automated, I and applying the XSL to XML and transform it to a .fo file to be passed to the renderers. It seems that my entity references are not being escaped. When I produce the .fo through a transformation my entity references are not being escaped, when I hand in the XSL, and XML to the renderer, and allow the renderer to do the transformation it is producing the desire output with out any issues.

Any ideas.
Is it a setting in Xalan? I am at a loss

Rob

-----Original Message-----
From: Rodolfo M. Raya [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 28, 2003 11:47 AM
To: [EMAIL PROTECTED]
Subject: Re: Entity Errors ?!?!?!

On Fri, 2003-02-28 at 11:07, Rob Stote wrote:
> So I guess my question: is there ant way for the renderers to
> recognize, or any way in the creation of the .fo file to handle entity
> references. I am assuming that FOP creates a .fo file under the skin
> and then uses it to transform, I could be wrong, I am at an impasse
> here. The XML does have &'s scattered through out the file. Any help
> would be appreciated.

If your XML files have "&" everywhere, then your XML files are not
valid. You must replace all "&" with "&" before processing them with
FOP.

Regards,
Rodolfo
--
Rodolfo M. Raya <[EMAIL PROTECTED]>
Heartsome Holdings Pte. Ltd.


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

Reply via email to