Re: [xsl] Abbreviated form of XSLT?

Subject: Re: [xsl] Abbreviated form of XSLT?
From: Jeff Kenton <jkenton@xxxxxxxxxxxxx>
Date: Wed, 09 Oct 2002 16:07:03 -0400
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


Current Thread