Menu

#410 use.svg is ignored

closed-fixed
XSL (1066)
5
2003-04-12
2003-03-25
No

the documentation suggests that I can use 'use.svg' to
tell the stylesheet whether or not to consider the
'SVG' format for use in
html. But that parameter is never checked for, and the
generated
html contains svg references.

Discussion

  • Stefan Seefeld

    Stefan Seefeld - 2003-03-26

    Logged In: YES
    user_id=764

    suggested solution: insert

    <xsl:when test="$use.svg = 0 and $format =
    'SVG'">0</xsl:when>

    in common/common.xsl at line 1027

     
  • Stefan Seefeld

    Stefan Seefeld - 2003-03-26
    • assigned_to: nobody --> nwalsh
     
  • Norman Walsh

    Norman Walsh - 2003-04-12
    • status: open --> closed-fixed
     
  • Norman Walsh

    Norman Walsh - 2003-04-12

    Logged In: YES
    user_id=81663

    Fixed in CVS. Thanks for the patch.