RE: XMLSerializer and Namespaces

2000-04-05 Thread Anthony Dodd
Hi Keep us posted on how you get on. -Original Message- From: Arkin [mailto:[EMAIL PROTECTED] Sent: 04 April 2000 22:53 To: [EMAIL PROTECTED] Subject: Re: XMLSerializer and Namespaces I'll try to borrow some of Andy's code and see how hard it would be to add namespace su

Re: XMLSerializer and Namespaces

2000-04-04 Thread Arkin
- > From: Arkin [mailto:[EMAIL PROTECTED] > Sent: 03 April 2000 19:37 > To: [EMAIL PROTECTED] > Subject: Re: XMLSerializer and Namespaces > > The DOMSerializer is DOM Level 1, namespace support requires DOM Level > 2. We need to figure out a way to support both in the same

RE: XMLSerializer and Namespaces

2000-04-04 Thread Anthony Dodd
SAX 2 or extending DOMSerializer. -Original Message- From: Arkin [mailto:[EMAIL PROTECTED] Sent: 03 April 2000 19:37 To: [EMAIL PROTECTED] Subject: Re: XMLSerializer and Namespaces The DOMSerializer is DOM Level 1, namespace support requires DOM Level 2. We need to figure out a way to suppo

Re: XMLSerializer and Namespaces

2000-04-03 Thread Arkin
The DOMSerializer is DOM Level 1, namespace support requires DOM Level 2. We need to figure out a way to support both in the same serializer, or only support DOM Level 2, which might break some existing implementations. For SAX, 1 and 2 use different interfaces so this was never a problem. arkin

RE: XMLSerializer and Namespaces

2000-04-03 Thread Gudgin, Martin
: 03/04/00 00:48 Subject: XMLSerializer and Namespaces Hi I'm currently developing a web based application which needs to be able to transmit the contents of an XML Document (Built using Xerces 3.0.1) via HTTP to web application server. The document I want to send should have the foll

XMLSerializer and Namespaces

2000-04-03 Thread Anthony Dodd
Hi I'm currently developing a web based application which needs to be able to transmit the contents of an XML Document (Built using Xerces 3.0.1) via HTTP to web application server. The document I want to send should have the following structure.