← Prev in month ← Prev in thread
Next in thread → Next in month →

RE: Converting JSON to XML ... how to deal with control characters present in the JSON?

From
Clemens Uhlenhut <>
To
Date
2015-11-01T10:27:16Z
ID
<000301d1148f$e1bfd760$a53f8620$@com>
Thread
RE: Converting JSON to XML ... how to deal with control characters present in the JSON?
Hi,

On converting JSON to XML using XML ValidatorBuddy as editor, control
characters in the range from 0x01 to 0x1f are converted into a numerical
character entity. However, this is only well-formed for XML 1.1.

Kind regards
Clemens

http://www.xml-buddy.com

 

-----Original Message-----
From: Costello, Roger L. [mailto:] 
Sent: Tuesday, October 27, 2015 6:57 PM
To: 
Subject: Converting JSON to XML ... how to deal with control characters
present in the JSON?

Hi Folks,

Occasionally I have a JSON file that contains a control character which is
not allowed in XML.

When converting JSON to XML, how do you deal with control characters in
JSON?

Is there a library available that will remove control characters from JSON?

Suppose I convert JSON to XML and then hand the XML off to an XML parser. Is
there an XML parser that will automatically exclude non-XML characters?

/Roger
← Prev in month ← Prev in thread
Next in thread → Next in month →