"XMLData.parse" and Finding Nodes

| No Comments

One thing to keep in mind when parsing XML from a variable or a data node is that attributes are considered to be a node of the parent. So, child-elements will not necessarily start at (0) if the parent has an attribute. The attribute(s) will be considered before the children.

This sample demonstrates a few methods of retrieving XML data including the population of a drop-down from XML on the form. The data is provided in a text box and parsed using the XMLData.parse method so that you can change the data and watch the results in real-time.

Leave a comment

About this Entry

This page contains a single entry by Lee Sutton published on December 10, 2007 10:54 AM.

XPath in a PDF was the previous entry in this blog.

Changing a WebService Definition at Runtime is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.