RE: Serializing Attribute nodes

2007-04-05 Thread Desmond Whewell (CV/ETL)
I can confirm that using Xerces 2.9.0, Attr nodes are serialized as required. Cheers, Des -Original Message- From: Desmond Whewell (CV/ETL) [mailto:[EMAIL PROTECTED] Sent: 05 April 2007 08:14 To: j-users@xerces.apache.org Subject: RE: Serializing Attribute nodes Michael, thank you for

RE: Serializing Attribute nodes

2007-04-05 Thread Desmond Whewell (CV/ETL)
at"), I can get by. Thanks again, -Original Message- From: Michael Glavassevich [mailto:[EMAIL PROTECTED] Sent: 04 April 2007 18:04 To: j-users@xerces.apache.org Cc: Desmond Whewell (CV/ETL) Subject: Re: Serializing Attribute nodes Hi Desmond, "Desmond Whewell \(CV/ETL\)" <

Re: Serializing Attribute nodes

2007-04-04 Thread Michael Glavassevich
Hi Desmond, "Desmond Whewell \(CV/ETL\)" <[EMAIL PROTECTED]> wrote on 03/30/2007 08:29:04 AM: > I have a requirement to serialize parts of an XML document, either the > whole document or an element or an attribute. My code works fine for > documents and elements, but fails for attributes. If I t