[closed] parsing RDF/XML list item types

sax2rdf.py didn't notice the type of list items in cases like:

<event rdf:ID='2414'>
  <reminders rdf:parseType='Collection'>
    <reminders_item>
      <seconds_prior
rdf:datatype='http://www.w3.org/2001/XMLSchema#integer'>432000</seconds_prior>
    </reminders_item>

http://www.w3.org/2000/10/swap/test/list/itemType.rdf


I checked in a small fix in
sax2rdf.py,v 1.41 2004/04/16 20:43:13

The test case is

:t1018a1 a test:CwmTest;
    test:referenceOutput <ref/itemType.n3>;
    test:description   "make sure typeNodes in RDF/XML Collections are parsed";
    test:arguments     """-rdf list/itemType.rdf -n3""".



-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
see you at the WWW2004 in NY 17-22 May?

Received on Friday, 16 April 2004 16:51:29 UTC