Help for this page

Select Code to Download


  1. or download this
    <root>
    
    ...
    </predicted_properties>
    
    </root>
    
  2. or download this
    use XML::Twig::XPath;
    
    ...
    print $twig->findvalue
    ('/root/predicted_properties/property/kind[text()="formal_charge"]/
    following-sibling::value');
    
  3. or download this
    <kind name='formal_charge'>-1</kind>