RE: XPath expr to get all attributes....how?

2004-01-05 Thread Bryan F. Hogan
I don't know of another way currently other than creating a string variable in XSL and looping in XSL and appending each attribute name value to the string comma delimited and then running listToArray on that string. The way your doing it is fine. You may also want to see if this site has an

RE: XPath expr to get all attributes....how?

2004-01-05 Thread Samuel R. Neff
The CFMX implementation only supports returning an array of elements, not attributes. Sam --- Blog: http://www.rewindlife.com Charts: http://www.blinex.com/products/charting --- -Original Message-