Two Laptop Bag
The moose likes XML and Related Technologies and the fly likes recursive declaration of elements in XML Schema Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "recursive declaration of elements in XML Schema" Watch "recursive declaration of elements in XML Schema" New topic
Author

recursive declaration of elements in XML Schema

Jain Saurabh
Greenhorn

Joined: Sep 05, 2001
Posts: 26
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
Hi,
Here is the sample code for you with answer to some of ur question..


Spritle Software Blogs
Jain Saurabh
Greenhorn

Joined: Sep 05, 2001
Posts: 26
Thanks a lot
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: recursive declaration of elements in XML Schema
 
Similar Threads
[schema] Allow an element to have any content
XML Tranformation using XSLT
how to output an xml block using xslt?
Internal DTD & External DTD
xml transformation