XMLB
XML but with Brackets
What
<!-- Comment 1 -->
<!-- Comment 2 -->
Some more text
<!--
Multi
Line
Comment
-->
Some text
Becomes
<root> {
<foo1> { Some text }
<bar thing="4">
// Comment 1
// Comment 2
<baz foo1="bar1" foo2="bar2" foo3="3"> {
<foo2> {
Some more text
/*
Multi
Line
Comment
*/
}
}
}
XML But with Brackets!
How
use XMLBFile;