Help for this page

Select Code to Download


  1. or download this
    <MyImportantNode> xsi:type="foo" GeneralID="Random1" >
    
  2. or download this
    <MyImportantNode xsi:type="foo" GeneralID="Random1" >
    
  3. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <RootTag SchemaVersion="1.1" xmlns="http://www.wow.com/BlahML"
    ...
    </MiddleTag>
    
    </RootTag>
    
  4. or download this
    use strict;
    use warnings;
    ...
          say $cannot_get_a_node->textContent();
       }
    }