This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: variable problem



> it doesn't work (the document won't parse anymore). Is there 
> something I have misunderstood about where you can and cannot call a 
> variable?

Yes, you can't use variables in match expressions.

It isn't clear what you are trying to do.
If 
table_name=<xsl:value-of select="$table_name" />

produces

table_name=abc

Did you intend 

<xsl:template match="$table_name">

to act like

<xsl:template match="abc">

or

<xsl:template match="/page/@table_name">

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]