Help for this page

Select Code to Download


  1. or download this
    <FormattedReportObjects>
    <FormattedReportObject 
    ...
    >
    <ObjectName>Field2</ObjectName>
    <FormattedValue>0</FormattedValue>
    
  2. or download this
    perl -ne ' s/\r\n?//g; print ' foo.xml 
    sed -e s/^M\n//g foo.xml
    tr -d ^M\n foo.xml