clixon/util
Olof hagsand 9c57902b96 * XML parser conformance to W3 spec
* Names lexically correct (NCName)
  * Syntactically Correct handling of '<?' (processing instructions) and '<?xml' (XML declaration)
  * XML prolog syntax for 'well-formed' XML
  * <!DOCTYPE (ie DTD) is not supported.
2018-11-18 13:22:08 +01:00
..
clixon_util_json.c Backward compatible XPATH via symbols, not macros 2018-07-20 10:51:12 +02:00
clixon_util_stream.c Restconf stream debugging and README 2018-11-04 15:59:16 +01:00
clixon_util_xml.c * XML parser conformance to W3 spec 2018-11-18 13:22:08 +01:00
clixon_util_xpath.c * XML parser conformance to W3 spec 2018-11-18 13:22:08 +01:00
clixon_util_yang.c YANG keywords "action" and "belongs-to" implemented by syntactically by parser (but not proper semantics). 2018-11-04 18:36:55 +01:00
Makefile.in * XML parser conformance to W3 spec 2018-11-18 13:22:08 +01:00
README.md Added util directory containing test applications 2018-07-19 09:57:38 +02:00

Clixon utils

This directory contains Clixon utility programs, ie, programs that are good to have for testing, analysis, etc, but not an actual part of delivered code.