RE: Difficulties embedding FOP by firing SAX events myself

2001-11-15 Thread Smith, Paul
That is a much more sensible than messing about with pretend XMLReaders. Cheers --- Paul Smith > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 15 November 2001 13:55 > To: [EMAIL PROTECTED] > Subject: Re: Difficulties embedding FO

Re: Difficulties embedding FOP by firing SAX events myself

2001-11-15 Thread jthaemlitz
This is the code I use to get the handler. I don't set the input stream at all. The setup order is hightly dependent. This works on 0.20.2. // THIS IS JUST SOME SET UP CODE // set up Logger Hierarchy hierarchy = Hierarchy.getDefaultHierarchy(); PatternFormatter formatter = new PatternFormatte

RE: Difficulties embedding FOP by firing SAX events myself

2001-11-15 Thread Smith, Paul
Unfortunately I am using Java 1.3.1, javax.xml.* doesn't make an appearance until 1.4 so I can't use TransformerFactory. --- Paul Smith > -Original Message- > From: Beer, Christian [mailto:[EMAIL PROTECTED]] > Sent: 15 November 2001 13:14 > To: '[EMAIL PROTECTED]' > Subject: AW: Difficul