Issue256

Title Literals with CDATA sections are not parsed
Priority bug Status unread
Superseder Nosy List cygri
Assigned To Topics

Created on 2008-03-06.14:17:54 by cygri, last changed 2008-03-06.14:17:54 by cygri.

Messages
msg640 (view) Author: cygri Date: 2008-03-06.14:17:53
There's a bug in the RDF/XML parser of the Tabulator Firefox Extension. It 
occurs when there are literals that contain CDATA sections. CDATA sections seem 
to work when the entire literal is wrapped in <[CDATA[ ... ]]>, but not if only 
a part of the literal is wrapped.

There's a test case here:
http://richard.cyganiak.de/2008/03/rdfbugs/cdata.rdf

It contains three rdfs:comment literals. One does not use CDATA, one is 
completely wrapped in CDATA, one is only partially wrapped in CDATA. The 
partially wrapped one is not shown by Tabulator, it seems like it's simply 
ignored.
History
Date User Action Args
2008-03-06 14:17:54cygricreate

To request an account, email [name of this project]@csail.mit.edu.