← Prev in month ← Prev in thread

data types

From
Yallala, Bhaskar <>
To
Date
2002-07-09T13:34:26Z
ID
<4AE579E553F1D511842F009027DE08D51319F2@MAIL1>
Thread
data types
Hi
    I have schema like this:
<xs:element name="date">
<xs:element name= "year" type="xs:integer"/>
....................
..................
</xs:emement>

Now I have xml file like this.
<date>
<year>2000</year>
<month>12</date>
.......
</date>

Now, I am parsing xml file using DOM. How can I get the data type for year,
month etc?????

Any help will be greatly appreciated!!

Thanks
Bhaskar
← Prev in month ← Prev in thread