Is it possible to unmarshal WML or xhtml in java objects so that i can query the elements and save the values to DB? I would like to unmarshal WML/Xhtml from this link to java objects so that i can query the objects using JAXB.
Asked
Active
Viewed 500 times
1
-
1WML/XHTML is just XML. There are countless questions on StackOverflow on how to parse XML with Java. – skaffman Feb 13 '12 at 11:11
-
Read [this post](http://stackoverflow.com/questions/9275758) concerning the applicability of JAXB for XHTML. – dma_k Feb 19 '12 at 19:10
1 Answers
0
Use jaxp and XSLT to unmarshal the nodes into Java objects:

Community
- 1
- 1

Paul Sweatte
- 24,148
- 7
- 127
- 265