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
arts: http://www.blinex.com/products/charting --- > -Original Message- > From: Alexander Sherwood [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 02, 2003 2:33 PM > To: CF-Talk > Subject: XmlSearch() returning Attribute Values >

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
-   From: Alexander Sherwood   To: CF-Talk   Sent: Tuesday, December 02, 2003 2:33 PM   Subject: XmlSearch() returning Attribute Values   It seems as if XML Search only returns element nodes, and that's it. Poor,   poor, poor planning, IMHO.   Has anyone created a work around, for example

XmlSearch() returning Attribute Values

2003-12-02 Thread Alexander Sherwood
It seems as if XML Search only returns element nodes, and that's it. Poor, poor, poor planning, IMHO. Has anyone created a work around, for example, for doing the following: --- XMLSearch(xmlDoc, '/document/node/@attributeVal') --- to return the string value of the attribute "attributeVal" fo