Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="utf-8" ?>
    <University>
    ...
            <student id="1002"/>
        </students>
    </University>
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    open(TESTFILE,">result.xml");
    print TESTFILE $doc->toString;
    close(TESTFILE);
    
  3. or download this
    NOT_FOUND_ERR