How to convert DTD to XML?Urgent!

Feb 10, 2006
36
0
0
Hi

I have tried XML writer which is useless and normally doe nothing but copies the same text.

Any one to teach or give a converter pls.
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
That makes no sense. DTD is a set of rules about what constitutes a valid xml document of a certain type. Write the xml yourself and then use the dtd to check if it conforms.
 
Feb 10, 2006
36
0
0
I have a DTD code that needs to be converted to XML

<!ELEMENT city (#PCDATA)>

Can this be represneted as
<city>PCDATA</city>