XML conversion colon appears as _003A_
Posted: Tue Apr 29, 2008 4:28 pm
Help. I am a new user and certainly not familiar with this process but I am willing to learn and understand. I need help as soon as possible.
I have an XML file (created using Access) that looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="passing.xsd" generated="2008-04-29T08:25:27">
<nysp_x003A_Candidate>
<nc_x003A_PersonSurName>SMITH</nc_x003A_PersonSurName>
<nc_x003A_PersonGivenName>JULIE</nc_x003A_PersonGivenName>
<nc_x003A_PersonMiddleName>K</nc_x003A_PersonMiddleName>
<nc_x003A_IdentificationID>111111111</nc_x003A_IdentificationID>
<nc_x003A_PersonSexText>M</nc_x003A_PersonSexText>
<nc_x003A_PersonRaceText>2</nc_x003A_PersonRaceText>
<nc_x003A_PersonEducationLevelText>07</nc_x003A_PersonEducationLevelText>
<nc_x003A_AssessmentScoreText>97.64</nc_x003A_AssessmentScoreText>
</TEST_x003A_Candidate>
The problem is that when I create the XML file the _003A_ should be a colon and not Unicode conversion. Can anyone help me get the colon back?
The file is very extensive (there are over 16,000 names and a find/replace in notepad proved impossible to resolve).
Thank you so much.
Heather
I have an XML file (created using Access) that looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="passing.xsd" generated="2008-04-29T08:25:27">
<nysp_x003A_Candidate>
<nc_x003A_PersonSurName>SMITH</nc_x003A_PersonSurName>
<nc_x003A_PersonGivenName>JULIE</nc_x003A_PersonGivenName>
<nc_x003A_PersonMiddleName>K</nc_x003A_PersonMiddleName>
<nc_x003A_IdentificationID>111111111</nc_x003A_IdentificationID>
<nc_x003A_PersonSexText>M</nc_x003A_PersonSexText>
<nc_x003A_PersonRaceText>2</nc_x003A_PersonRaceText>
<nc_x003A_PersonEducationLevelText>07</nc_x003A_PersonEducationLevelText>
<nc_x003A_AssessmentScoreText>97.64</nc_x003A_AssessmentScoreText>
</TEST_x003A_Candidate>
The problem is that when I create the XML file the _003A_ should be a colon and not Unicode conversion. Can anyone help me get the colon back?
The file is very extensive (there are over 16,000 names and a find/replace in notepad proved impossible to resolve).
Thank you so much.
Heather