Hi Gabriel,

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

Literally last Thursday we were discussing this at the Northern UK Cold
Fusion User Group (http://www.cfug.org.uk).

Our guest speaker, Adam Hope from freeserver.com, recommended a tag called
soxml.
SOXML performs the following functions: XML to CF, XML to DOM object, XML to
HTML, CF to XML, CF to XML DOM Object. Adam recommended using it to generate
structs.  Once you've got the XML into a CF struct then you can use all the
functions in CF to look at the data.

You can find soxml here
http://www.siteobjects.com/index.cfm?fuseAction=showproducts

Regards

Stephen


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to