Skip to content

Commit

Permalink
Add links to XML2KDL repo/online editor (#301)
Browse files Browse the repository at this point in the history
Low effort KDLing should be easy :D
  • Loading branch information
bkane-msft authored Sep 23, 2022
1 parent 0b99021 commit 20d65ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XML-IN-KDL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 20d65ed

Please # to comment.