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: "Aust, Stefan" <stefan.aust AT coremedia.com>
  • To: "Elliotte Harold" <elharo AT metalab.unc.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Canonicalization question
  • Date: Tue, 18 Oct 2005 14:08:51 +0200

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

Yes, your're of course right. It was me who wasn't able to type in the
stuff (should have copy and pasted it). The expected result is

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

My current workaround BTW is calling "detach" on the element before
canonicalizing it.

--
Stefan Matthias Aust




Archive powered by MHonArc 2.6.24.

Top of Page