XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] Fixing what's broke

> 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.



Excuse me?

The only thing that is seen at once is the large number of closing
brackets and that it is impossible to say if this is syntactically
correct at all (how much time should I spend counting  left and right
brakets?

This is a very good example why unrestricted </> shouldn't be allowed.



-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play




On Sun, Dec 12, 2010 at 4:50 AM, Norman Gray <norman@astro.gla.ac.uk> wrote:
>
> 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
>
>
> _______________________________________________________________________
>
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
>
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
> subscribe: xml-dev-subscribe@lists.xml.org
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>
>


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


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

Copyright 1993-2007 XML.org. This site is hosted by OASIS