[
Lists Home |
Date Index |
Thread Index
]
Oracle XML Parser in Java can parse the file you provided. If you need more
examples, you can download XDK at:
http://otn.oracle.com/tech/xml
Feel free to let me know if you need any help on this.
Jinyu
--------------------------------------------------------
Jinyu Wang Phone: (650)506-9101
Product Manager/OCP Email: Jinyu.Wang@oracle.com
CORE and XML Development
Web(internal): http://xdk.us.oracle.com
Web(external): http://otn.oracle.com/tech/xml
--------------------------------------------------------
-----Original Message-----
From: Kranti Parisa [mailto:kranti.j2ee@gmail.com]
Sent: Saturday, October 16, 2004 7:29 AM
To: xml-dev@lists.xml.org
Subject: [xml-dev] Urgent: Parsing XML using Oracle parser
hi all,
i have a complicated xml file that i need to parse using oracle parser in
java.
did any one worked on it??
sample of my xml file would be as follows..
<ROOT>
<ROW Name="Product Name~B" CheckBox="" Type="Product Overview"
Count="1" ChildCount="1" Show="Y" Refine="B">
<COL Page="0" Image="" ProductID=""/>
<COL Page="1" Image="" ProductID="3">Sainsbury's aromatherapy citrus
mint</COL>
<COL Page="1" Image="" ProductID="4">TestPerf</COL>
<COL Page="1" Image="" ProductID="5">TestPerf001</COL>
<COL Page="1" Image="" ProductID="24">Ashraf Product</COL>
<COL Page="2" Image="" ProductID="25">Acb</COL>
</ROW>
<ROW Name="Region~H" CheckBox="" Type="Product Overview" Count="2"
ChildCount="1" Show="Y" Refine="H">
<COL Page="0" Image="" ProductID=""/>
<COL Page="1" Image="" ProductID="3">Western Europe</COL>
<COL Page="1" Image="" ProductID="4">Western Europe</COL>
<COL Page="1" Image="" ProductID="5">Western Europe</COL>
<COL Page="1" Image="" ProductID="24">Central and Eastern Europe</COL>
<COL Page="2" Image="" ProductID="25">Central and Eastern Europe</COL>
</ROW>
<ROW Name="Country~H" CheckBox="" Type="Product Overview" Count="3"
ChildCount="1" Show="Y" Refine="H">
<COL Page="0" Image="" ProductID=""/>
<COL Page="1" Image="" ProductID="3">United Kingdom</COL>
<COL Page="1" Image="" ProductID="4">Belgium</COL>
<COL Page="1" Image="" ProductID="5">Belgium</COL>
<COL Page="1" Image="" ProductID="24">Czech Republic</COL>
<COL Page="2" Image="" ProductID="25">Czech Republic</COL>
</ROW>
</ROOT>
please help me..
--
--
Kranti Kiran Kumar Parisa
Software Engineer [ e-Biz ],
Patni Computer Systems Ltd.,
India
Mobile: +91 98504 45977
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an initiative
of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://www.oasis-open.org/mlmanage/index.php>
|