Article complet: Lx: a Lisp like compact syntax for XML
16.02.07
Lx: a Lisp like compact syntax for XML
In my quest for a alternate human readable XML Concrete syntax, I found Lx, a Lisp like XML Concrete Syntax.
I'm not very fond of Lisp syntax, but anyway, it's a start.
The java package provides a SAX XMLReader but is is not known whether Lx is fully compliant with the XML Infoset.
If only I could find the same but curly braces oriented ![]()
Code:
| ;; The XSLT identity transformation | |
| (lx:namespace | |
| ((#f "http://www.w3.org/1999/XSL/Transform")) | |
| (stylesheet version: 1.0 | |
| (template match: "node()|@*" | |
| (copy | |
| (apply-templates select: "@*|node()"))))) |
Trackback address for this post:
http://www.vidal.biz/blogs/htsrv/trackback.php/996
Comments, Trackbacks, Pingbacks:
No Comments/Trackbacks/Pingbacks for this post yet...
Comments are not allowed from anonymous visitors.