You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Dominic Prabhu <do...@yahoo.co.in> on 2015/11/26 15:22:21 UTC

Query on how to create a XML skeleton based on DTD

Dear Team,

Need your help.

Below is the DTD

<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT one_test (#PCDATA)>
<!ELEMENT two_test (#PCDATA)>
<!ELEMENT three_test (checksinglerecord)>
<!ELEMENT requestdata (two_test?,three_test*)>

>From the above DTD input I need to create an XML and insert values into it. Any kind of DTD it should process.

Please suggest.

if we can do with Xerces ?

Thanks in Advance
Dominic

---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-users-help@xerces.apache.org