Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    Some arbitrary text > some fixed text & that's okay.
    
    XHTML is fun with L<XML::LibXML>.
    
  2. or download this
    <?xml version="1.0"?>
    <body>
    ...
      <p>XHTML is fun with L&lt;XML::LibXML&gt;.
    </p>
    </body>
    
  3. or download this
    print $_->serialize(1), $/ for $doc->getDocumentElement->childNodes;