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
-
> 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
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
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
: 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
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.