Help for this page

Select Code to Download


  1. or download this
    use XML::XSLT;
    use LWP::Simple;
    ...
    print $xslt->toString;
    
    $xslt->dispose();
    
  2. or download this
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Tr
    +ansform" xmlns="http://www.w3.org/1999/xhtml">
    <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
    ...
        </div>
    </xsl:template>
    </xsl:stylesheet>
    
  3. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <posts>
    ...
    <para>Though this server will mostly be used for server operations, I 
    +would like a window manager to make rooting through configurations ea
    +sier.  I chose fluxbox (<url>http://fluxbox.sourceforge.net/</url>) f
    +or its very small overhead, unlike KDE or Gnome, which insist on inst
    +alling a bunch of stuff I won't need (including all that lame GUI con
    +fig crap).</para>
    </post>
    </posts>
    
  4. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <menu>
    ...
            <href>#</href>
        </item>
    </menu>