{{ message }}
Enable usage of KDL markup language instead of XML for mapping files. #202
Closed
jkoritzinsky
started this conversation in
Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
KDL is a newer markup language that is node+attribute based like XML but is cleaner. Additionally, the nodes look like command line statements, which fits the pseudo-imperative model our mapping files use much better than the current XML support.
There's an experimental .NET parser for KDL at https://github.com/borland/kdl-net.
cc: @andrew-boyarshin this is the new markup language issue I was thinking of.
Beta Was this translation helpful? Give feedback.
All reactions