Escape sequences and fop

2003-01-21 Thread Rakesh Patel
Hi, I am seeing some strange behaviour with FOP in an embedded servlet environment and also within my (XML Spy) development environment. I have an XML file and and XSL file. I process the files producing an fo document which is rendered by FOP. There is one tag which needs embedded fo tags

Re: Escape sequences and fop

2003-01-21 Thread Oleg Tkachenko
Rakesh Patel wrote: HTBodyText #60;fo:block#62;example text#60;/fo:block#62; Please read our lt;fo:basic-link external-destination=http://www.someplace.com/risk_warnings.htmlgt;Risks Warningslt;/fo:basic-linkgt; document /HTBodyText and the XSL file: fo:block text-align=left start-indent=5mm

Escape sequences and fop

2003-01-21 Thread Rakesh Patel
Hi Oleg, the reason I need to use disable-output-escaping is because at present the xml data (the HTBodyText tags) sometimes contains html tags. I need to replace these with their fo equivalents. If you know how else to do this, please let me know. I am going to go back to some previous code

Re: Escape sequences and fop

2003-01-21 Thread Oleg Tkachenko
Rakesh Patel wrote: the reason I need to use disable-output-escaping is because at present the xml data (the HTBodyText tags) sometimes contains html tags. I need to replace these with their fo equivalents. If you know how else to do this, please let me know. I am going to go back to some previous