How to read key and value from xml file using delimiters in java?

andreacotton

New Member
I want to read the following xml \[code\]<LINE>\[/code\] tag using java. Could you please help with this? Thanks in advance. \[code\]<?xml version="1.0" encoding="UTF-8" ?> <LINE>002:OR,004:0001,002:01,002:01,007:SCEM_02,000:,007:590,000,002:KG,002:PC;/</LINE> \[/code\]
 
Back
Top