Re: startSerializedXMLRecording and endSerializedXMLRecording

2003-02-04 Thread Brian Johnson
You need to call endSerializedXMLRecording in your endElement method. The AbstractSAXTransformer is setup to pick out elements based on a namespace uri. You can look at the code for startElement and endElement to see how to pick the xml fragment you want based on a qname. Brian On Tuesday, Febr

RE: startSerializedXMLRecording and endSerializedXMLRecording

2003-02-04 Thread Carsten Ziegeler
Have a look at the cinclude or the sql transformer for examples. Carsten > -Original Message- > From: Lionel Crine [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 3:15 PM > To: [EMAIL PROTECTED] > Subject: startSerializedXMLRecording and endSerializedXMLRecording > > > I'm