This topic is locked

XML Export

9/2/2010 2:24:23 PM
PHPRunner General questions
hfg author

I have a project that I am using the XML Export option in PHPR 5.1, and I am running into 2 issues

  1. My field names have underscores (_) in them for example OWNER_NAME and STREET_ADDRESS

    When I export to XML the underscores are removed for example OWNERNAME and STREETADDRESS. This is creating an issue as the software that I load the XML data into needs the field names to have the underscores
  2. When I export characters like < > and " PHPR is turning them into html like &lt; &gt; and &quot;
    Thanks