--- In [email protected], "ddailey" <[EMAIL PROTECTED]> wrote:

> Can anyone point me to some really simple working examples of the
use of XPATH in SVG?

SVG elements are in the SVG namespace with namespace URI
http://www.w3.org/2000/svg so for XPath 1.0 you need a namespace
resolver that maps a prefix you can choose to that namespace URI:
<http://home.arcor.de/martin.honnen/svg/test2007020601.svg>

Or you define a prefix in your SVG document and have the
createNSResolver do the work for you
<http://home.arcor.de/martin.honnen/svg/test2007020602.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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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/
 

Reply via email to