-1

I am newbie in java.I am trying to parse XML Document in JAVA using DOM parser. But i am unable to getting values from XML Document. How to convert XML file tag fields XSL file tags?

Here is my XML Document:

    <response>
<row> 
 <row _id = "1570186"
      _uuid = "D284E0E9-9807-491F-9A1D-21CB47ABED10"
      _position = "1570186"
      _address = "http://data.montgomerycountymd.gov/resource/_4mse-ku6q/1570186"> 
 </row>
 </row>
</response>

this above file convert to xsl file. i refer url: Convert an XML file to CSV file using java

Community
  • 1
  • 1
user6325753
  • 585
  • 4
  • 10
  • 33
  • What do you want to say to the world with "how to convert xml file tag fields xsl file tags". I do not understand what is the question. – Heri Aug 31 '16 at 11:18

1 Answers1

0

Here you can find an example of XML parsing using org.w3c.dom library.

wind_gan
  • 132
  • 9