b******y 发帖数: 9224 | 1 Given an html page, I want to transform it into xml (proper html), then use
a good java xpath parser to retrive/scrape relevant content.
Any suggestions for a good java xpath parser?
Thanks in advance, | b******y 发帖数: 9224 | 2 seems jaxen is good. Any others? | t*******e 发帖数: 684 | 3 Apache Commons - JXPath
几乎所有XML Parser的都支持XPath访问的. | b******y 发帖数: 9224 | 4 thanks, I will take a look. | g**********y 发帖数: 14569 | 5 our company use dom4j. It's convenient, performance is ok. Almost no
learning curve. |
|