AW: Does render(dom) actually work?

2001-09-20 Thread Beer, Christian
?? Christian -Ursprüngliche Nachricht- Von: Suhail Rashid [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 20. September 2001 06:29 An: [EMAIL PROTECTED] 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

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

Does render(dom) actually work?

2001-09-19 Thread Savino, Matt C
Hello everyone. By any chance can someone point me to some example code which uses render(dom)? No matter what combination of driver methods or Fop versions (.17,.19,.20.1) I use I seem to get the same error: building formatting object tree setting up fonts java.lang.NullPointerException

RE: Does render(dom) actually work?

2001-09-19 Thread Shkuro, Yuri
transformer.transform( new org.jdom.transform.JDOMSource( xml ), saxResult ); YS -Original Message- From: Savino, Matt C [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 4:33 PM To: '[EMAIL PROTECTED]' Subject: Does render(dom) actually work? Hello everyone. By any chance can

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