Just CFDump the XMLDocument produced....keep in mind that XMLChildren
is an array, and that XMLAttributes is a stuct, and you should be able
to access anything you need. There are plenty of introductions to
using the XML support in CFMX available at www.macromedia.com.
-joe
On Thu, 07 Oct 2004 21:49:27 -0400, Britta Bennett
<[EMAIL PROTECTED]> wrote:
> WOW! What a difference! This loads INSTANTLY, See
>
> http://realtorwebsites.ca/admin/CFX_XMLParser/example3.cfm
>
> It responds instantly and has the listings neatly broken down already into
> groups.. Qasim, could you post a line or two to show me how to access a
> particular element from this?
>
> Something like Street Address:
> #myListing[i].ResidentialProperty.Listing.StreetAddress.INNER_TEXT# ???
>
> or
>
> <cfscript>
> sListingID =
> myListing.ResidentialProperty.Listing[idxListing].ListingID.Value;
> sStreetAddress =
> myListing.ResidentialProperty.Listing[idxListing].StreetAddress.Value;
> </cfscript>
> #sListingID# and #sStreetAddress#
> ?
>
> I'm kind of shooting in the dark since I don't understand the underlying
> syntax, but if you could post a couple of lines to show me the syntax, I
> will be eternally grateful... thank you!!!________________________________
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

