Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
    ...
    </m:markupvalidationresponse>
    </env:Body>
    </env:Envelope>
    
  2. or download this
        my $ua = LWP::UserAgent->new();
        my $response = $ua->request($request);
    ...
        foreach my $d ($doc->getElementsByTagName('m:charset')) {
            print $d->textContent;
        }
    
  3. or download this
    @errors[0] = %error(
           line=>120,
    ...
           line=>220,
           col=>3,
           message=>'Another error?');