Hi List,
I am new to list and XML.
I am looking for a sample xml document and its schema which validates that
an element should not be null
i.e <book>
<author></author> ' now if author is not null this should not be allowed
there should be valid text in <author> element.
<price>23</price> ' price should always be greater than 0.
</book>
can somebody send me an xml document and its schema which meets conditions like ones in above document.
Regards,
Mandeep