Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Problem with "Missing scheme in absolute URI reference"

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: Peter Murray-Rust <pm286 AT cam.ac.uk>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Problem with "Missing scheme in absolute URI reference"
  • Date: Thu, 01 Jan 2009 09:10:57 -0800

Peter Murray-Rust wrote:

which gives:

parsed OK

nu.xom.ParsingException: Missing scheme in absolute URI reference

java.io.FileNotFoundException: http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/nonexistent.dtd
____


That is a XOM error message. I suspect it's having trouble resolving a relative URL. Note that this has nothing to do with namespaces. It simply needs to load a DTD or piece thereof from a URL, and the URL isn't giving it enough information to do so. Or at least I think that's what's happening. I'm still digging.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
Refactoring HTML Just Published!
http://www.amazon.com/exec/obidos/ISBN=0321503635/ref=nosim/cafeaulaitA




Archive powered by MHonArc 2.6.24.

Top of Page