answersLogoWhite

0


Best Answer

If you use an xml tool like liquid xml studio or any other xml tool you will be able to convert your xml into an xsd or dtd.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert a XML to DTD?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are xml and dtd?

xml stands for extensible markup language, xml is a markup language that is used to transfer data / information. Dtd stands for document type definitionand dtd is used to define the legal building blocks of an XML document.


What is the difference between a well formed XML document and a Valid XML document?

Well-formed XML means that the XML is correct (it has only one root node, and all elements match an end element tag)Valid XML means that the XML can be validated to an XML Schema or DTD, and that all the tags in the XML are also in the Schema or DTD, and in the right place.


What are the building blocks of DTD?

The building blocks of DTD (Document Type Definition) include elements, attributes, entities, and notations. Elements define the structure of an XML document, attributes provide additional information about elements, entities allow for reusable content, and notations define the format of non-XML data within the document.


What is java DTD?

A DTD is the original type of XML schema. XML Schemas are used to formally describes the contents of an XML document. An XML schema describes the shape of the XML document, defining the data, sub elements or attributes it can contain, along with the number of times given entities can occur. A document type definition (DTD) is a set of markup declarations that define a document type for an SGML-family markup language (SGML, XML, HTML). A Document Type Definition (DTD) defines the legal building blocks of an XML document. It defines the document structure with a list of legal elements and attributes.


What is the DTD schema?

A Document Type Definition (DTD) is a set of markup declarations that define a document type for an SGML-family markup language (SGML, XML, HTML).A DTD uses a terse formal syntax that declares precisely which elements and references may appear where in the document of the particular type, and what the elements' contents and attributes are. A DTD can also declare entities which may be used in the instance document.


What is XML Parsing?

Extensive MarkUp languageXML parsing is when you convert an XML document into an XML DOM object - which can then be manipulated with a JavaScript.


How do you convert a HTML to a XML?

There are several utilities that can do this for you.


What is internal DTD and external DTD?

what is different between internal dtd and external dtd and advantages and disadvantage plz tell me answer


How do you Convert Tally 7.2 xml data into Excel Format?

tally 7.2 data convert into excel


How do you convert pdf file to xml file?

Search for a software on download.com.


How do you convert XML to C?

You will have to parse the xml, but that is time consuming when done by hand. The easiest and fastest method would be to use an xml tool that could parse it for you, like tinyxml, xerces or LiquidXml.


Difference between internal dtd and extrenal dtd?

difference between internal and external dtd