aspose file tools
The moose likes XML and Related Technologies and the fly likes DOM Parser + XML read Data Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "DOM Parser + XML read Data" Watch "DOM Parser + XML read Data" New topic
Author

DOM Parser + XML read Data

Ramesh Potti
Greenhorn

Joined: Jan 05, 2009
Posts: 2
Hi





I would like to read the value of CardData from sample above XML.

i am using the following code.


But I am getting the value as 1234.

I would like to get the total value as 1234|1209. there is a special charector as | in data. How to get the toal value?

I am using DOM parser for that to fetch data from XML.

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: DOM Parser + XML read Data
 
Similar Threads
XML file Location
Writing XML element
To delete a sequence in an xml input
What is this XML information and how to get it?
review this bit of XML extraction code is it efficient