Grid View from XML data

oneman

New Member
I have data in xml format as follows\[code\]<?xml version="1.0" encoding="UTF-8" standalone="no"?> <Row> <Sales_Doc>OR</Sales_Doc> <Sales_Org>0001</Sales_Org> <Dist_Ch>01</Dist_Ch> <Division>01</Division> <Sold_to_Party>SCEM_02</Sold_to_Party> <MatNo/> <Net_Weight>PC</Net_Weight> <Net_Weight_Item>590000</Net_Weight_Item> <Weight_Unit>KG/Weight_Unit> <Sales_Unit>PC</Sales_Unit> </Row></xml>\[/code\]I need to convert this into table or grid format using jsp or java language.Please share ur ideasRegardsJoy
 
Back
Top