--- In [email protected], "CWS - Antonio" <[EMAIL PROTECTED]> wrote: > > It's possible use .selectNodes on SVG DOM? or exist similar function???
It depends on the DOM implementation you use, if that is Mozilla 1.8 respectively Firefox 1.5 then you have full support for the W3C DOM Level 3 XPath specification <http://www.w3.org/TR/DOM-Level-3-XPath/> That API exposes the full power of XPath but is somehow more convoluted to use than the selectNodes method that MSXML provides. Here is a simple example that iterates over the nodes found by an example XPath expression evaluation: <http://home.arcor.de/martin.honnen/svg/test2006013001.svg> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

