From ffb177ac8e8aecbfd830c88c00b5e8ada4595825 Mon Sep 17 00:00:00 2001 From: Dion Dokter Date: Sat, 17 May 2025 11:24:07 +0200 Subject: [PATCH] Fix typo in XML-IN-KDL.md --- XML-IN-KDL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XML-IN-KDL.md b/XML-IN-KDL.md index 924680f..2de3daa 100644 --- a/XML-IN-KDL.md +++ b/XML-IN-KDL.md @@ -25,7 +25,7 @@ XML elements and KDL nodes have a direct correspondence. In XiK, an XML element * making the attributes into KDL properties * making the child nodes as KDL child nodes -For example, the XML `` is encoded into XiK as `element foo=bar { child baz=quux }`. +For example, the XML `` is encoded into XiK as `element foo=bar { child baz=qux }`. XML namespaces are encoded the same as XML: the node name simply contains a `:` character. Note that KDL identifier syntax allows `:` directly in an ident, so a name like `xml:space` or `xlink:href` is a valid node or property name.