Re: Query

Hi,
I read the query and the Response. Actually I have also started with XML.
After I specify default in schema. How is it used in xml.
i.e
< schema ----------
..............>
< xs: element name="item1" type="xs:string" >
< xs:element name="item2" type="xs:string" default="hello">
-----------
</schema>

Now in xml
<root>
<item1> hi there</item1>
?what to do for item2.
</root?

I hope I have clearly explained my question.
Thx
Smitha

Received on Wednesday, 15 May 2002 00:40:26 UTC