Subject: | Parser needs to prepend base NS onto unqualified names |
When the Parser encounters a name with no namespace, e.g.
<owl:Thing rdf:about="#foo">
right now it outputs the same name. What it should do is prepend the
value of xml:base, derived from the RDF header.