Help for this page

Select Code to Download


  1. or download this
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
      <element name="alert"/>
    </schema>
    
  2. or download this
    my $twig = XML::Twig->new(
        map_xmlns => {
                    xsd => 'http://www.w3.org/2001/XMLSchema',
            },
    );