Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <TRANSACTION>
        <FIELDS>
    ...
            <FIELD KEY="operation_type">do_what</FIELD>
         </FIELDS>
    </TRANSACTION>
    
  2. or download this
    <opt>
      <password>pass&amp;word</password>
    </opt>
    
  3. or download this
    $xmltext =~ s{(<FIELD .*?>)(.*)(</FIELD)}{$1<![CDATA[$2]]>$3}
    
  4. or download this
    #!perl
    
    use HTML::Parser;
    ...
            <FIELD KEY="operation_type">do_what</FIELD>
         </FIELDS>
    </TRANSACTION>
    
  5. or download this
    <TRANSACTION>
        <FIELDS>
            <FIELD KEY="user">name</FIELD>
    ...
            <FIELD KEY="operation_type">do_what</FIELD>
         </FIELDS>
    </TRANSACTION>