Help for this page

Select Code to Download


  1. or download this
      ... = XML::Schematron::LibXSLT->new() # empty new method
    
  2. or download this
    use XML::Schematron;
    my $pseudotron = XML::Schematron->>new_with_traits( traits => ['LibXSL
    +T'], schema => 'my_schema.xml');