1

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?

user219882
  • 15,274
  • 23
  • 93
  • 138
  • 1
    Here 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 Answers2

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