Help for this page

Select Code to Download


  1. or download this
    my $out := create "TestCode" ;
    set $out/TestCode/@version "10.0" ;
    ...
        into $out/TestCode/TestCategory ;
    
    save :f output.xml $out ;
    
  2. or download this
    open 1.xml ;
    delete ( //Test[not(starts-with(@name, "CheckType_"))]
    ...
           ) ;
    
    save :f 1.out ;