[XOM-interest] Problem with "Missing scheme in absolute URI reference"
Tatu Saloranta
cowtowncoder at yahoo.com
Fri Jan 2 23:18:29 EST 2009
--- On Thu, 1/1/09, Elliotte Harold <elharo at metalab.unc.edu> wrote:
> I may have spoken too soon. libxml agrees with xerces:
>
> ~/tmp$ xmllint --loaddtd tests.xml<?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE svg SYSTEM
> "http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd">
> <svg xmlns="%SVGNamespace;"/>
>
> There's still a real bug here, but it's likely in the DTD design, not
> Xerces. Pretty obviously, the DTD does not say what its
I think this is correct, if snippet above is accurate: PEs are only resolved in DTD subsets. In this case reference is within regular xml content, so it is not recognized as PE. Perhaps intention was to use a General Entity instead, which would work as expected.
-+ Tatu +-
More information about the XOM-interest
mailing list