I would like to read and parse a marked up text (probably microformat, microdata, rdf or similar). Do I have create my own parser or is there any java library which can help with this?
Asked
Active
Viewed 1,543 times
1
-
1Here is a good post about your question, it has several libraries listed: http://stackoverflow.com/questions/73445/what-are-some-good-java-rdf-libraries – Hunter McMillen Sep 20 '11 at 12:58
2 Answers
2
Have you already googled from this?! :-) "microformat +java parser" on Google will give you a link to http://microformats.org/wiki/parsers

Rafael Cordones
- 831
- 1
- 7
- 8
0
Microformats are microdata are, although with a shared goal, different technologies.
I'd recommend you to take a look to Apache Any23

wikier
- 2,517
- 2
- 26
- 39