From c40c5980ff80e1a3e75c3c12f65a931140bfc5b1 Mon Sep 17 00:00:00 2001 From: Benjamin Kane <92759008+bkane-msft@users.noreply.github.com> Date: Fri, 23 Sep 2022 09:08:39 -0700 Subject: [PATCH] Add links to XML2KDL repo/online editor (#301) Low effort KDLing should be easy :D --- 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 8cb64fa..cac9d5f 100644 --- a/XML-IN-KDL.md +++ b/XML-IN-KDL.md @@ -7,7 +7,7 @@ This is version 1.0.0 of XiK. XML-in-KDL (XiK from now on) is a KDL microsyntax for losslessly encoding XML into a KDL document. XML and KDL, luckily, have *very similar* data models (KDL is *almost* a superset of XML), so it's quite straightforward to encode most XML documents into KDL. -See [the website example](examples/website.kdl) for an example of this grammar in use to encode an HTML document. +See [the website example](examples/website.kdl) for an example of this grammar in use to encode an HTML document. See [XML2KDL](https://github.com/Devasta/XML2KDL) (third party) to encode your XML in KDL (especially [their online editor](https://xsltfiddle.liberty-development.net/bET2rY5)). XML has several types of nodes, corresponding to certain KDL constructs: