objectionary / ideas

Here we keep ideas for future research in EO programming language and Polystat static analyzer
https://www.eolang.org
7 stars 0 forks source link

eo-xembly: XML manipulation #35

Open yegor256 opened 2 years ago

yegor256 commented 2 years ago

Would be great to have EO version of Xembly, for XML manipulations, e.g.:

+import org.xembly.xembler

xembler
.xpath "/root"
.add "car"
.attr "model" "BMW"
.attr "price" "$52,000"
.apply "<root/>" > x