Answered
XML - including: "<?xml version="1.0" encoding="UTF-8"?>"
When I parse an XML document and output:
#xmlCode.XMLRoot.property.autoID#
I get this line before every field: <?xml version="1.0" encoding="UTF-8"?>
eg.
<?xml version="1.0" encoding="UTF-8"?>
<autoID>19</autoID>
<?xml version="1.0" encoding="UTF-8"?>
<autoID>53</autoID>
<?xml version="1.0" encoding="UTF-8"?>
<autoID>59</autoID>
How do I stop this? I just want the number from the field.
I also don't understand why it is UTF-8 when I specify iso-8859-1.
#xmlCode.XMLRoot.property.autoID#
I get this line before every field: <?xml version="1.0" encoding="UTF-8"?>
eg.
<?xml version="1.0" encoding="UTF-8"?>
<autoID>19</autoID>
<?xml version="1.0" encoding="UTF-8"?>
<autoID>53</autoID>
<?xml version="1.0" encoding="UTF-8"?>
<autoID>59</autoID>
How do I stop this? I just want the number from the field.
I also don't understand why it is UTF-8 when I specify iso-8859-1.
