RE: Custom Transformer: attributes lost when serialized XML recording

2004-06-18 Thread Adam Ratcliffe
16 June 2004 12:10 a.m. To: [EMAIL PROTECTED] Subject: Re: Custom Transformer: attributes lost when serialized XML recording Adam Ratcliffe wrote: >I have a custom transformer that extends AbstractSaxTransformer for >making XML-RPC calls. It extracts a method call element from an input >docu

Re: Custom Transformer: attributes lost when serialized XML recording

2004-06-15 Thread Vadim Gritsenko
Adam Ratcliffe wrote: I have a custom transformer that extends AbstractSaxTransformer for making XML-RPC calls. It extracts a method call element from an input document and sends this to the remote service for processing. My problem is that when I use the startSerializedXMLRecording() method from

RE: Custom Transformer: attributes lost when serialized XML recording

2004-06-14 Thread Adam Ratcliffe
EMAIL PROTECTED] Subject: Custom Transformer: attributes lost when serialized XML recording I have a custom transformer that extends AbstractSaxTransformer for making XML-RPC calls. It extracts a method call element from an input document and sends this to the remote service for processing. My

Custom Transformer: attributes lost when serialized XML recording

2004-06-14 Thread Adam Ratcliffe
I have a custom transformer that extends AbstractSaxTransformer for making XML-RPC calls. It extracts a method call element from an input document and sends this to the remote service for processing. My problem is that when I use the startSerializedXMLRecording() method from AbstractSaxTransforme