Extract data and create xml for input
Extract data and create xml for input
--------------------------------------------------------------------------------
Hi
I am given with a xml schema file.( with field name and datatype),
then along with a (*.unl file) with data's for the above schema file.
but without field names. each data is seperated by "|" character.
ie, like consider xml schema having field names as
Ex:
---
<xs:sequence>
<xs:element name="section" type="xs:int" minOccurs="0" />
<xs:element name="door" type="xs:int" minOccurs="0" />
<xs:element name="position" type="xs:string" minOccurs="0" />
like this
and wheras (*.unl file) has values as follows
1|10|DAVID
1|10|JOHN
1|10|BECKER
...etc like so on.
Now what I have to do is that create a xml file along with schema and data's .
And later on use this xml file as input and have to create a report.
How to load these dta's intoa xml file for that particular schema.
how to program this.
pls help me to do this.
dhol
__________________
SureShot
|