Re: [xsl] Abbreviated form of XSLT?

Subject: Re: [xsl] Abbreviated form of XSLT?
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Thu, 10 Oct 2002 00:04:13 +0100
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


Current Thread