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