[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Fixing what's broke

  • From: Norman Gray <norman@astro.gla.ac.uk>
  • To: Max Toro <maxtoroq@gmail.com>
  • Date: Sun, 12 Dec 2010 12:50:26 +0000

Re:  Fixing what's broke

Greetings,

On 2010 Dec 12, at 00:52, Max Toro wrote:

> If you need a more condensed format for data-centric documents why not
> use a different representation, like JSON, which you can transform to
> XML if you like to process with XML-aware tools. Or, if you want to
> stick with XML you can use attributes.

This seems a good point at which to chip in a link to a long-term hobby project of mine: http://nxg.me.uk/dist/lx/

Lx defines a much-compressed syntax for XML, which is still XML in the sense that parsing it produces a sequence of (Java) SAX events.

For example, the identity transform looks like this:

;; 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()")))))

This would be hideous for document-centric markup, but is excellent for those cases -- XSLT is a fine example -- where there's more markup than text.  It becomes valuable simply because you can see more of the content on the screen at once.

For what it's worth, I think that permitting </> would be a mistake.  It's a step in the same (useful) direction as this, but is too half-hearted to be worth bothering about.

Best wishes,

Norman


-- 
Norman Gray  :  http://nxg.me.uk



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.