Soxml uses the XML dom COM object to parse the XML.  It's essential a CF
wrapper that creates an array/structure/array type object from the tree of
XML elements/attributes.   That's convenient, but not terribly efficient.
If you need specific values from an XML document, there's nothing to prevent
you from simply using XMLdom directly rather than passing it through soxml.

-mk

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 04, 2002 4:36 PM
To: CF-Talk
Subject: Re: XML CF5 parser


I believe you can find a tag called SOXML in the developer's exchange on the
MM site.


----- Original Message -----
From: "Jeremy Bunton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, October 04, 2002 1:29 PM
Subject: XML CF5 parser


> Can anyone point me in the right direction for XML parsing in CF5. I have
a
> XML file like
>
> <rss version="0.91">
>
> <channel>
>
> <item>
>
> <title>Good, Microsoft form handheld alliance</title>
>
>
<link>http://rss.com.com/2100-1040-960886.html?type=pt&amp;part=rss&amp;tag=
> feed&amp;subj=news</link>
>
> <description>Start-up Good Technology is working with Microsoft to make
its
> e-mail software for handhelds compatible with Microsoft&apos;s Pocket PC
> 2002 operating system.</description>
>
> </item>
>
>
>
> that i bring in with <cfhttp>, now I need to format it for use. Is that an
> easy to use well documented tag out there somewhere.
>
>
> JLB
>
>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to