Help for this page

Select Code to Download


  1. or download this
     XML::LibXSLT->register_function("urn:foo", "bar", sub { scalar localt
    +ime });
    
  2. or download this
    <xsl:stylesheet version="1.0"
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    ...
        The time is: <xsl:value-of select="foo:bar()"/>
      </xsl:template>
      </xsl:stylesheet>