OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Lx: compact syntax for XML

[ Lists Home | Date Index | Thread Index ]


Greetings,

I'd like to announce a first public release of lx: a compact syntax for XML.

Yeeees, another one.  But wait:
    * it's not yet another `binary XML' proposal -- there's no need for that;
    * it's not intended to take over the world.

Lx is intended to be useful for folk authoring that specific class of
documents -- such as XSL stylesheets and RDF serialisations -- which have
more markup than content.  It's certainly my experience that editing XSL
stylesheets is more unpleasant than it need be, because the structure
is hard to see amid all the angle-brackets, end-tags, and endlessly
repeated namespace prefixes.  Dammit: XSL files just look so _ugly_!

Here, for example, is the XSL identity transformation in Lx:

  (lx:namespace ((#f "http://www.w3.org/1999/XSL/Transform";))
    (stylesheet version: 1.0
      (template match: "node()|@*"
        (copy
          (apply-templates select: [@*|node()])))))

It looks lispish because that's a well-defined syntax, with good support
in editors, which closely matches the structure and semantics of XML,
and XSL in particular.  It's not lisp, however.

This release consists of the definition of the syntax plus a rather
lightweight Java package that implements org.xml.sax.XMLReader.  This
parses the syntax and turns it into a SAX1 or SAX2 stream.  It's GPLed.

Further details, javadocs, and downloads at
<http://www.astro.gla.ac.uk/users/norman/distrib/lx/>

All comments welcome.

Best wishes,

Norman


-- 
---------------------------------------------------------------------------
Norman Gray                        http://www.astro.gla.ac.uk/users/norman/
Physics and Astronomy, University of Glasgow, UK     norman@astro.gla.ac.uk




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS