Share » Forums » Developer » import dmoz.org links

import dmoz.org links

import dmoz.org links

Tuesday 24 August 2004 4:45:56 am - 3 replies

Author Message

Björn Dieding@xrow.de

Wednesday 25 August 2004 3:28:31 pm

ezsoap has nothing to do with that

you will need to build RDF importer with the help of ezxml ( http://pubsvn.ez.no/doxygen/classeZXML.html )

Such thing currently does not exists in the world of eZ.

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

michail klodnerov

Friday 03 September 2004 1:49:26 pm

I think it would crash on 55MB file, what i look for is SAX engine

searched the ez site gave me this:

No results were found when searching for "sax"

anyway thanks

orx

Michael Zeidler

Sunday 05 September 2004 5:20:27 am

I would not do that by using a tree based parser like SAX. The parser has to build an object tree in the memory at runtime. So with big xml files this approach can cause an heavy usage of the servers memory resources. The second disadvantage, on the countrary to event based parsers, is the processing time of a xml document caused of its xml element to object mappings. This way the object relations also has to be handled.
On the other hand by using a event based parser like expat u have to define very tricky algorithms to process rdf files, because rdf files enables node relationships between nodes spreaded withing the xml document (see: rdfs:subClassOf). And this by filling stacks with recursive functions is not so funny, I guess;).

Cheers,
mike

-------------------------------------------------------------------------------------------
join #ezpublish on irc.freenode.org

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu