Well, this was not what i wanted.
my problem is that when the user defines the XML,
the content should be like
<createDate>2008-11-11</createDate>
and not <createDate />
the point is, that the value contained in the tag should not be empty.
Please help
Thanks and regards,
Rajat Aggarwal
Quote:
quote:Originally posted by joefawcett
You can set the minOccurs='1' and maxOccurs='1'. These are the defaults however so if not defined the date will be mandatory.
--
Joe (Microsoft MVP - XML)
|
Thanks and Regards,
Rajat Aggarwal