Help for this page

Select Code to Download


  1. or download this
    <rec name="basic_header" type="template">
        <title><pic path="logo"/>&nbsp;<link url="http://www.domain.com/">
    +www.domain.com</link></title>
        <break type="line"/>
    </rec>
    
  2. or download this
    my $parser = XML::Parser->new( 'Handlers' =>
                                   { Start => $xml_start,
    ...
                                   'NoExpand' => 'TRUE', 
                                 );
    $parser->parse( $XML );