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


> I need match="$table_name" to result in  match="abc" not
> match="/page/@table_name" is there some other way I can do this than
> with a variable?

No. People are always trying to use variables as textual macros, and it
doesn't work, because they aren't. Variables hold values, not expressions or
patterns.

I'm still waiting for someone to request:

<xsl:variable name="inc" select="'import'"/>
<xsl:$inc href="ss2.xsl"/>

Mike Kay


 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]