Is this a standard XPath functionality?
http://forum.openlaszlo.org/showthread.php?t=9562 Hi, How to use XPath to select nodes which NOT have the xxx attribute? Example: To return all data that have @pagenum = '1' I use: var data = dp.xpathQuery("Rows/[EMAIL PROTECTED] = '1']") But if I want the data which not have @pagenum as attribute, how can I do? -- Henry Minsky Software Architect [EMAIL PROTECTED]
