开发者

What is the best way in Java to parse semantic data from a source?

开发者 https://www.devze.com 2023-04-06 16:39 出处:网络
I would like to read and parse a marked up text (probably microformat, microdata, rdf or similar). Do I have crea开发者_运维百科te my own parser or is there any java library which can help with this?H

I would like to read and parse a marked up text (probably microformat, microdata, rdf or similar). Do I have crea开发者_运维百科te my own parser or is there any java library which can help with this?


Have you already googled from this?! :-) "microformat +java parser" on Google will give you a link to http://microformats.org/wiki/parsers


Microformats are microdata are, although with a shared goal, different technologies.

I'd recommend you to take a look to Apache Any23

0

精彩评论

暂无评论...
验证码 换一张
取 消