Greetings!
I have an XML app that has been running fine on our 7940 phones for several years, but was just alerted (and verified) that it gives an XML Parse Error on our new 7942 phones and in IP Communicator.
Pretty simple XML (included below)... any ideas on where to start troubleshooting? I've tried various charsets (ISO-8859-1, UTF8) in the header, too.
Any help would be appreciated (and save my hair!) Derry
<Title>Update InOut Board</Title>
<Prompt>Enter your information</Prompt>
<DisplayName>EmpID</DisplayName>
<QueryStringParam>EmpID</QueryStringParam>
<InputFlags>N</InputFlags>
</InputItem>
<DisplayName>New Location</DisplayName>
<QueryStringParam>NewLoc</QueryStringParam>
<InputFlags>AU</InputFlags>
</InputItem>
<DisplayName>Return Time</DisplayName>
<QueryStringParam>TimeBack</QueryStringParam>
<InputFlags>N</InputFlags>
</InputItem>
<URL>SoftKey:Submit</URL>
</SoftKeyItem>
<URL>SoftKey:Cancel</URL>
</SoftKeyItem>
</CiscoIPPhoneInput>