xsl-list
[Top] [All Lists]

Re: Abbreviated form of XSLT?

2002-10-09 16:04:13
David McNally 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'm surprised no one brought up XQuery; mind you, it doesn't have
templates, I suppose, so it doesn't quite fit the bill...

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


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



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