Re: [xsl] Abbreviated form of XSLT?

Subject: Re: [xsl] Abbreviated form of XSLT?
From: Eric van der Vlist <vdv@xxxxxxxxxxxx>
Date: 09 Oct 2002 22:33:51 +0200
On Wed, 2002-10-09 at 22:07, Jeff Kenton wrote:

> I'd like all my stylesheets to be represented as
> 
>      do what I mean

I *think* that this one would be:

X:template = "/" {
	!do-what-I-mean();
}

But note that:

a) I haven't tested it
b) You'll need to write the named pattern do-what-I-mean() :-)

Eric
-- 
Freelance consulting and training.
                                            http://dyomedea.com/english/
------------------------------------------------------------------------
Eric van der Vlist       http://xmlfr.org            http://dyomedea.com
(W3C) XML Schema ISBN:0-596-00252-1 http://oreilly.com/catalog/xmlschema
------------------------------------------------------------------------


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


Current Thread