Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] best way to bind java classes to xom classes?

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: Steve Loughran <steve.loughran AT gmail.com>
  • Cc: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] best way to bind java classes to xom classes?
  • Date: Mon, 20 Jun 2005 18:59:20 -0400

Steve Loughran wrote:
I've built against CVS_HEAD, this is what is happening


Additional namespace http://example.org/24 conflicts with existing
default namespace http://example.org/23

Duh. I wasn't thinking straight. I do see why this conflicts. The default namespace can't be http://example.org/24 and http://example.org/23 on the same element. I have hunch I may know why this is happening. It may indeed be a design flaw in XOM. I'll investigate further.

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