* 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.
This commit is contained in:
parent
9bd0dc42c6
commit
9c57902b96
9 changed files with 280 additions and 69 deletions
|
|
@ -101,6 +101,9 @@ The standards covered include:
|
|||
- [Namespaces](https://www.w3.org/TR/2009/REC-xml-names-20091208)
|
||||
- [XPATH](https://www.w3.org/TR/xpath-10)
|
||||
|
||||
Not supported:
|
||||
- <!DOCTYPE
|
||||
|
||||
Yang
|
||||
====
|
||||
YANG and XML is at the heart of Clixon. Yang modules are used as a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue