T techboy Inactive Contributor Mar 31, 2006 #1 Hi I want to know how to convert these 2 sentences into XML(they are in DTD). Actually I have got a project and the work is urgent. <!ELEMENT dp_list (drink_place*)> <!ATTLIST drink_place place_ID ID #REQUIRED>
Hi I want to know how to convert these 2 sentences into XML(they are in DTD). Actually I have got a project and the work is urgent. <!ELEMENT dp_list (drink_place*)> <!ATTLIST drink_place place_ID ID #REQUIRED>
X XTerminator Inactive Forerunner Mar 31, 2006 #2 Maybe this link below will help you a bit. http://www.w3.org/2000/04/schema_hack/ And use this for total conversion of the documents: http://www.hitsw.com/xml_utilites/
Maybe this link below will help you a bit. http://www.w3.org/2000/04/schema_hack/ And use this for total conversion of the documents: http://www.hitsw.com/xml_utilites/
T techboy Inactive Contributor Mar 31, 2006 #3 <!ELEMENT name (#PCDATA)> How to convert this to XML Also is XML schema same as XML
C Checksum Inactive Explorer Apr 1, 2006 #5 no xml schema is an advancement of DTD. they both are used to give structure to xml documents. <!ELEMENT name (#PCDATA)> Click to expand... i dont think you can convert it to xml. you can include it in your xml file as a tag : <name> .... </name>
no xml schema is an advancement of DTD. they both are used to give structure to xml documents. <!ELEMENT name (#PCDATA)> Click to expand... i dont think you can convert it to xml. you can include it in your xml file as a tag : <name> .... </name>