xsl-list
[Top] [All Lists]

Re: XSLT string substituion

2004-11-02 08:18:45

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
________________________________________________________________________


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