Hi I need to know how can i define Xml Schema which support recursive declaration of elements (e.g) <element1> <element1> </element1> </element1>
Secondly, Can i define CDATA Section in XML schema against any element contents? Thirdly if i want to represent bytes in xml file through base-64 encoding then how should i declare that in Xml Schema ? Thanks in advance Saurabh
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
Hi, Here is the sample code for you with answer to some of ur question..