answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

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

How do you convert a XML to DTD?

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.


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 are the importance of integrating xml into c plus plus?

XML is not integrated int C++. If it is then it must be implementation-defined, it is not part of the standard.


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 files to text?

Change the extension from .xml to .txt It depends on what you mean by 'convert'. As the previous entry above suggests, this will only change what program looks at the text; the content will still be in xml. The bottom line is that xml files are text files; it is just the way their content is viewed or interpreted that makes the difference in use.


How do you convert XML to word documents?

The simplest way is to open a WORD.doc blank page, then go to the .xml document highlight what you want copied - press CTRL C - go to the blank WORD.doc and press CTRL V - That will effectively copy the information - save it and it will be a .doc file.


What is the difference between xml and c?

XML (eXtensible Markup Language) is a set of rules for encoding documents. For example, XML can be used to define the rules of a particular file format such as HTML. It is not a programming language. C is a general purpose programming language which is used to write software.


What would provide structured content that would indicate the code is describing?

XML (apex)


How do you Change HTML5 file to XML file?

I personally recommend html Parser by blogcrowds to convert html5 to xml. Simply add the html5 text to this tool and press the parse button. The new text will be in xml format. See the related link below.


What kind of a language is XSLT?

XSLT is an abbreviation for EXtensible Stylesheet Language and is used to convert information into another document and to convert it to another XML-document.