answersLogoWhite

0

How do you create an XML document?

User Avatar

Anonymous

13y ago
Updated: 8/17/2019

open Microsoft exel, then do your work etc, then go to 'save as' than click save as xml document

You can use any basic text editor to create or with xml files, for example notepad can be used to create and edit xml files. You can also use a dedicated xml editor to achieve the same and to also carry out extra tasks like validation and binding.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Hire someone for XML document managemetn?

form_title=Hire someone for XML document managemetn form_header=Coordinate your XML document needs In what way are your xml documents generated?=_ How many xml documents do you generate daily?=_ How often do you currently access your xml documents?=_


What are the Component of an XML Document?

Oh, dude, an XML document has elements, attributes, and text. Elements are like the main characters in a story, attributes are the sidekicks with extra info, and text is like the dialogue that ties it all together. So, like, that's the basic rundown of what makes up an XML document.


Components of an xml document?

Components of xml slaid


Should you explain components of XML document?

what are the components of XML?


What is element in XML document?

In xml, an element is a piece of data.


How do you parse XML using JavaScript?

To manipulate an XML document in javascript, you need an XML parser. Today all browsers come with in-built parsers that can parse the XML document. The parser loads the document into your computer's memory. Once the document is loaded, its data can be manipulated using the DOM(Document Object Model). There is significant differences in implementation of Microsoft Browser based XML parser and the Mozilla browsers based XML parser.


How do you create an RSS reader in PHP?

To create a RSS /XML reader, you can use the SimpleXML class. SimpleXML works like the DOM, with objects, takes all the XML document as a hierarchical tree. SimpleXML is easy to use when performing basic tasks like: reading XML files, extracting data from XML strings, and editing nodes and attributes.


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 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.


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.


I have 20 links I have to make from a document library and I am wondering if it's possible to speed up the process Can you create document links quickly in Sharepoint?

Programmatically, you can iterate through the document library and then the items, grab their URL and start adding lists either to a text file or an xml file using XML DOM or streamwriter.


How do you create a XML file from Scratch?

it is the same way to create xml file by converting into txt you have to use the correct xml syntax ie <xml> this is to denote strat of xml file and this </xml> denotes end of xml file. You have to use the right xml code or your xml file wont be valid or well formed.