[Home] [By Thread] [By Date] [Recent Entries]

  • From: John Cowan <johnwcowan@g...>
  • To: "Costello, Roger L." <costello@m...>
  • Date: Tue, 27 Oct 2015 14:36:52 -0400


On Tue, Oct 27, 2015 at 1:56 PM, Costello, Roger L. <costello@m...> wrote:

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?

Such things probably come from 8-bit but not encoding-aware databases and are garbage to begin with.  XML 1.1 was intended to make this easier to handle at a high level by not inducing a low-level failure, but we all know what happened to that effort on the road paved with (my) good intentions.

So use a little custom code to flush such control characters.  AFAIK, neither JSON renderers nor XML parsers have such options built in.

--
GMail doesn't have rotating .sigs, but you can see mine at http://www.ccil.org/~cowan/signatures


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member