RE: XmlSearch() returning Attribute Values

2003-12-03 Thread Alexander Sherwood
-- Alex Sherwood PHS Collection Agency THE COLLECTORS T:   301.215.4200 F:   301.664.6834 W: www.phs-net.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: XmlSearch() returning Attribute Values

2003-12-02 Thread Massimo, Tiziana e Federica
> I don't really think the fact that XMLSearch will only return element arrays > is a big limitation. I don't think it's a big limitation either, just annoying Massimo Foti Certified Dreamweaver MX Developer Certified Advanced ColdFusion MX Developer http://www.massim

RE: XmlSearch() returning Attribute Values

2003-12-02 Thread Samuel R. Neff
How about a = XMLSearch(xmlDoc, '/document/node); attrValue = a.xmlAttributes.attributeVal; I don't really think the fact that XMLSearch will only return element arrays is a big limitation. Sam --- Blog: http://www.rewindlife.com Charts: http://www.bl

Re: XmlSearch() returning Attribute Values

2003-12-02 Thread Massimo, Tiziana e Federica
> It seems as if XML Search only returns element nodes, and that's it. Poor, > poor, poor planning, IMHO. > Yes, it only return Node Lists, I posted on LiveDocs about it. Mine is the first comment: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/funca126.htm#wp427963 6 > Has anyone created

Re: XmlSearch() returning Attribute Values

2003-12-02 Thread Joe Eugene
The xmlSearch() returns an array of XML object nodes using regular XPath _expression_ like e.g.. myBook =  xmlSearch(xmlBooks, "Books/[EMAIL PROTECTED]'ColdFusion']"); Then you can plough through the array returned to do whatever Joe Eugene   - Original Message -   From: Alexander Sher