The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.librdf.org/mantis/view.php?id=405 
====================================================================== 
Reported By:                Dave Beckett
Assigned To:                Dave Beckett
====================================================================== 
Project:                    Raptor RDF Syntax Library
Issue ID:                   405
Category:                   api
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Syntax Name:                rdfa 
====================================================================== 
Date Submitted:             2010-12-07 03:36
Last Modified:              2010-12-07 03:36
====================================================================== 
Summary:                    librdfa parser does not handle base href with single
quoted value
Description: 
This was pulled out of Bug#404

Steps to Reproduce: 
$ cat ~/dev/redland/librdf/bugs/bug404/test3.html
<html xmlns="http://www.w3.org/1999/xhtml";
xmlns:dcterms="http://purl.org/dc/terms/";><head><title>doc1</title><base href=''
/></head><body><h1 property="dcterms:title">doc1</h1>

Here is some text
</body></html>

>From librdfa GIT head 8e538b82409858ec438b4847f7c298f9f7602608

$ tests/dist/rdfastring2n3 ~/dev/redland/librdf/bugs/bug404/test3.html
Processor Graph Triple:
@prefix dcterms: <http://purl.org/dc/terms/> .
<' /></head><body><h1 property=>
   <http://purl.org/dc/terms/title>
      "doc1" . 

Additional Information: 
Reported (as a pointer to here) on the librdfa issue tracket, as issue number 1!

https://github.com/msporny/librdfa/issues/issue/1 
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-12-07 03:36 Dave Beckett   New Issue                                    
2010-12-07 03:36 Dave Beckett   Status                   new => assigned     
2010-12-07 03:36 Dave Beckett   Assigned To               => Dave Beckett    
======================================================================

_______________________________________________
redland-dev mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-dev

Reply via email to