RDFXML Parser For "qualified Dublin Core" Database File

Steve Holden steve at holdenweb.com
Wed May 30 22:58:35 EDT 2007


Brandon McGinty wrote:
> Hi,
> Thanks for the info. The speed is fantastic. 58 mb in under 15 sec, just as
> shown.
> I did notice that in this rdf file, I can't do any sort of find or findall.
> I haven't been able to find any documentation on how to search. For
> instance, in perl, one can do a search for "/rdf:RDF/pgterms:etext", and
> when done in python, with many many variations, find and findall return no
> results, either when searching from root or children of root.
> 
... one thought comes to mind: you will have to actually build the parse 
tree if you want to be ab le to search it that way. The technique I 
used, you would need to process the end events to get the data you seem 
to need!

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd           http://www.holdenweb.com
Skype: holdenweb      http://del.icio.us/steve.holden
------------------ Asciimercial ---------------------
Get on the web: Blog, lens and tag your way to fame!!
holdenweb.blogspot.com        squidoo.com/pythonology
tagged items:         del.icio.us/steve.holden/python
All these services currently offer free registration!
-------------- Thank You for Reading ----------------



More information about the Python-list mailing list