Re: Help Needed: Using SVG command "use xlink:href="#local_variable_name" in XSLT

Hi Patrick.

All you need to do is declare the xlink namespace on the root element of
your stylesheet.  Like this:

  <xsl:stylesheet version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
      xmlns:xlink="http://www.w3.org/1999/xlink">

    ...

  </xsl:stylesheet>

The svg-developers yahoo groups mailing list is probably better for
these types of questions, though.

Patrick Soh:
>   By the way, Happy Chinese New Year to all the chinese out there!

And to you!  I hope to go in to the city (Melbourne) this weekend to
check out the festivities.

Cameron

-- 
Cameron McCormack
|  Web: http://mcc.id.au/
|  ICQ: 26955922

Received on Tuesday, 20 January 2004 06:59:20 UTC