[XOM-interest] Problem with "Missing scheme in absolute URI reference"
Elliotte Harold
elharo at metalab.unc.edu
Thu Jan 1 12:10:57 EST 2009
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
More information about the XOM-interest
mailing list