Help for this page

Select Code to Download


  1. or download this
    my $sXML = XML::Smart->new('file.xml', 'SMART');
    my $pXML = XML::LibXML->load_xml('file.xml');
    
    ...
    my $book = $sXML->('book[title="XML Schema"]');
    
    ##############################