Help for this page

Select Code to Download


  1. or download this
    <book>
    <chapter id="1">
    ...
       </part>
    </chapter>
    </book>
    
  2. or download this
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Tr
    +ansform">
    
    ...
    </xsl:template>
    
    </xsl:stylesheet>
    
  3. or download this
    use strict;
    use warnings;
    ...
    my $results    = $stylesheet->transform($source);
    
    print $stylesheet->output_string($results);