W7 done done
This commit is contained in:
@@ -15,7 +15,7 @@ String
|
||||
:content
|
||||
Parses a simple XML document into a structured `DValue`.
|
||||
|
||||
`xml_decode()` is intentionally small. It does not validate schemas, DTDs, namespaces, or document types. It parses the first root element and returns the same structural element shape accepted by `xml_encode()`.
|
||||
`xml_decode()` parses a compact XML subset. It does not validate schemas, DTDs, namespaces, or document types. It parses the first root element and returns the same structural element shape accepted by `xml_encode()`.
|
||||
|
||||
Try the live example in the [XML demo](../demo/xml.uce).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user