xsl-list
[Top] [All Lists]

Re: Abbreviated form of XSLT?

2002-10-09 13:07:03
McNally, David wrote:
I quite like the idea of an abbreviated syntax if it is easy to use.
Ideally I'd like
        <xsl:template match="p">
                <xsl:apply-templates>
        </xsl:template>

to be represented as

        element p
                output "%c"


I'd like all my stylesheets to be represented as

    do what I mean

but it's tough to make a rigorous language definition out of that, or out of yours.

--
--------------------------
Jeff Kenton
DataPower Technology, Inc.



XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>