Small patch for xml2rdf.py

Dear Dan,
Thanks for the great support,
I will try sax2rdf next
mike
here is my patch :
mdupont@introspector:~/cwm$ cvs diff -u  xml2rdf.py
Index: xml2rdf.py
===================================================================
RCS file: /sources/public/2000/10/swap/xml2rdf.py,v
retrieving revision 1.20
diff -u -r1.20 xml2rdf.py
--- xml2rdf.py	25 Dec 2002 20:01:32 -0000	1.20
+++ xml2rdf.py	27 Aug 2003 19:59:40 -0000
@@ -23,7 +23,7 @@
 STATE_NOVALUE =     "no value"
 STATE_LIST =        "within list"
 
-RESOURCE = notation3.RESOURCE
+RESOURCE = notation3.SYMBOL # was notation3.RESOURCE
 LITERAL = notation3.LITERAL
 
 RDF_NS_URI = notation3.RDF_NS_URI # As per the spec


=====
James Michael DuPont
http://introspector.sourceforge.net/

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Received on Wednesday, 27 August 2003 16:01:37 UTC