[
Lists Home |
Date Index |
Thread Index
]
At 09:34 AM 7/9/2002 -0400, Yallala, Bhaskar wrote:
>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?????
Hi Bhaskar,
Whose DOM are you using?
Jonathan
- References:
- data types
- From: "Yallala, Bhaskar" <B_Yallala@DirectAdvice.com>
|