User Profile
Collapse
-
I think you posted partial XML since it is not well formed as it is. I assume you get this response XML in your java code. You'll then need a few more lines to apply your xsl. The exact syntax might differ for different java parsers. -
How to retrieve text from xHTML
Could someone advise how to retrieve the text from below xHTML example?
An example is:
<html>
<body>
text1
<br />
text2
<br />
</body>
</html>
How may I use XPath to identify "text2" when it is not enclosed by a separate tag like here?
Thanks in advance.
No activity results to display
Show More
Leave a comment: