Download Delve® SOA Fast-Prototyping Toolkit (Beta 1.0)
| Tutorials - How to Assign a Namespace to an XML Document |
Page 2 of 3 |
To create a namespace-qualified XML document use the “document” keyword, qualifying the name of the document with the desired namespace.

In addition to defining the namespace-qualified document “student,” the sample code creates an instance of that document (s = edu:student) and displays the XML text of that instance (write(s!)).
|
|
|