Skip Menu |

This queue is for tickets about the RDF-Simple CPAN distribution.

Report information
The Basics
Id: 46956
Status: new
Priority: 0/
Queue: RDF-Simple

People
Owner: Nobody in particular
Requestors: MTHURN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.412
Fixed in: (no value)



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.