Re: Does render(dom) actually work?

2001-09-20 Thread Keiron Liddle
] Betreff: RE: Does render(dom) actually work? Hi Savino, Make sure there are NO nulls making their way into the text nodes of your xml stream. these would not give problems if u wrote the xml to a file first suhail -Original Message- From: Savino, Matt C [mailto:[EMAIL

RE: Does render(dom) actually work?

2001-09-20 Thread Savino, Matt C
, September 20, 2001 12:00 AM To: [EMAIL PROTECTED] Subject: Re: Does render(dom) actually work? Hi, This may be a problem that I have fixed. The line number (167) doesn't seem to match anything I can find so I'm not sure. There was a problem where text outside the root element would

RE: Does render(dom) actually work?

2001-09-19 Thread Shkuro, Yuri
Matt, Why don't you do it all in one pass? I have a servlet, that calls some bean to get XML document in a DOM format (actually JDOM), then registers fop driver as receiver of SAX events and runs XSLT on the JDOM tree. // 1. Generate XML tree Document xmlSummary =

RE: Does render(dom) actually work?

2001-09-19 Thread Savino, Matt C
, September 19, 2001 2:03 PM To: '[EMAIL PROTECTED]' Subject: RE: Does render(dom) actually work? Matt, Why don't you do it all in one pass? I have a servlet, that calls some bean to get XML document in a DOM format (actually JDOM), then registers fop driver as receiver of SAX events and runs

RE: Does render(dom) actually work?

2001-09-19 Thread Suhail Rashid
To: '[EMAIL PROTECTED]' Subject: RE: Does render(dom) actually work? Yuri, thanks for your help. I tried your solution and I still get the following error: building formatting object tree building formatting object tree javax.xml.transform.TransformerException