Tutorial: How To Create an XML Document the Easy Way
Step 1 of 4
Authoring an XML document can be a slow, repetitive task, especially when it's done in code using DOM. Wouldn't it be nice if there were an easier way? Delve makes creating XML documents easy and simple, with no DOM manipulation or special characters to type.
You can download Delve right now, or view a step-by-step example of how easy Delve makes it to create XML documents. The example begins just below.
First, type in "document" and the root element's name
You've now defined a structured document named "vehicle."
Note: The sample code in this tutorial makes use of the Tectonic programming language
(featured in the Delve SOA Fast-Prototyping Toolkit)
Not sure exactly what the heck XML is? Get started with this
excellent wikipedia article:
> Click Here!