Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Canonicalization question

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: "Aust, Stefan" <stefan.aust AT coremedia.com>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Canonicalization question
  • Date: Mon, 17 Oct 2005 10:27:01 -0400

Aust, Stefan wrote:
Hi there,

I tried the XC14N implementation of XOM 1.1 b4. The attached test
application emits

<a:a xmlns="urn:a"><a:b></a:b></a:a>
<a:b></a:b>

However I think, it should emit

<a:a xmlns="urn:a"><a:b></a:b></a:a>
<a:b xmlns="urn:a"></a:b>


I'm looking at this. Possibly it should emit

<a:a xmlns:a="urn:a"><a:b></a:b></a:a>
<a:b xmlns:a="urn:a"></a:b>

I don't think it should use a default namespace though.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim




Archive powered by MHonArc 2.6.24.

Top of Page