Re: [xsl] XSLT string substituion

Subject: Re: [xsl] XSLT string substituion
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 2 Nov 2004 15:18:45 GMT
> the program calls XSLT to validate the transformation BEFORE
> substituting the variables,

> The variables must be in this format:

Those two constraints are clearly contradictory. If I'm writing C (to
take a random example) I could clearly use any preprocessor I liked (say
perl) to replace
 :[foo]
by some valid C syntax, and after the replacement is done a C compiler
will accept it, but not before.

The same is true of XSLT.

Your syntax for text substituion is not XSLT so you need to do the
substitution first.

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread