clixon/lib
Olof hagsand 81da71ffd7 * XML to JSON CDATA translation is NOT stripped
* Example, assume XML: `<s><![CDATA[  z > x  & x < y ]]></s>`
  * Previous bevavior:
    * JSON: {"s":"  z > x  & x < y "}
  * New behavior:
    * JSON: `{"s":"<![CDATA[  z > x  & x < y ]]>"}`
  * To keep old behavior, set `JSON_CDATA_STRIP` in clixon_custom.h
2021-11-13 17:11:00 +01:00
..
clixon Add restart plugin library code for netconf and cli 2021-11-13 17:03:12 +01:00
src * XML to JSON CDATA translation is NOT stripped 2021-11-13 17:11:00 +01:00
Makefile.in Copyright 2021 2021-01-13 14:40:34 +01:00