The next example traverse a document's node of xml files.
For.Each xNode In Nodes ... .. Next xNode
I am use MSXML. xNode is a instance of MSXML.IXMLDOMNode interface. This Interface support For/Each construct, but don't have a Count properties.
I want traverse a document with somethig like:
<cfloop index="Item" from="1" to=""xNode.Count#"> ... .. </cfloop>
AnyBody know how traverse a interface like that?
thank in advance. Sorry for my english
Gabriel Bulfon coldfusion developer Lista de CF en Español-www.cfunleashed.com.ar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To unsubscribe, send a message to cf-server-request@houseoffusion.com with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com