Hi all,

I was looking for an easy RDF parser writen in PHP but I failed. There are some parsers out there but I could not find the right one for me...

I decided to write an RDF parser by myself... not easy ;-)...

I created SimpleRDF parser on sourceforge.net under BSD license and I'd like to ask you guys for help.

If you have time to play little bit with RDF or you are looking for RDF/PHP parser - test mine (even if you don't expect to use it - just try it, please). I'm currently working on version 0.2 that has the ability to save (for now it can only read/parse and save N-Triples) RDF/XML documents.

SimpleRDF is based on PHP5/XSL. XSL part simplifies the RDF/XML source to allow easy parsing (XSL part can be used as standalone XSL stylesheet if you need). PHP5 part provides really simple API - my goal was really "KISS" (keep it simple, stupid). It is well commented.

Thanks for any testing/feedback...

Link: sf.net/projects/simplerdf

elixon

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to