Message640

Author cygri
Recipients
Date 2008-03-06.14:17:53
Content
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:54cygrilinkissue256 messages
2008-03-06 14:17:53cygricreate

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