Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Canonicalizer Performance

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Wolfgang Hoschek <wolfgang.hoschek AT mac.com>
  • To: Steve Loughran <steve.loughran AT gmail.com>
  • Cc: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Canonicalizer Performance
  • Date: Mon, 28 Aug 2006 14:01:17 -0700

On Aug 28, 2006, at 1:03 PM, Steve Loughran wrote:

On 28/08/06, Wolfgang Hoschek <wolfgang.hoschek AT mac.com> wrote:

Rather, the namespaces might be *partitioned* over the document.
Something like this

<root>
<elem xmlns:ns1="http://foo";>...</elem?
<elem xmlns:ns2="http://foo";>...</elem?
...
<elem xmlns:ns3="http://foo";>...</elem?
</root>

I've occasionally seen such output from some SOAP serializers.
Admittedly not the kind of input one might hope for, but at the same
time, not something that should cause dramatic degradation or failure.

this is apache axis, so yes, it is likely. Axis 1.x, right?

I think so, but I'm not sure.

Wolfgang.




Archive powered by MHonArc 2.6.24.

Top of Page