xsl-list
[Top] [All Lists]

Can I substitute a predefined path/expression within the [..] tags?

2003-01-23 08:09:56

Hello folks,

I have several references in my stylesheet to a pattern that resembles:

Node[(_at_)name='AA' or @name='BB']

With time, I continuously need to update this pattern to include newer
attributes @name='CC', @name='DD' and so on.

Instead of repeating this addition in every match in the stylesheet, 
I am wondering if there is some way to store this path/expression:

myexpression = "Node[(_at_)name='AA' or @name='BB']" or
myexpression = "@name='AA' or @name='BB' "

and use 'myexpression' in my pattern matches. That way, I will have 
only one location to update. I have tried using variables without success.

Any help?

Ganesh Murthy
mailto:Ganesh(_dot_)Murthy(_at_)sdrc(_dot_)com
____________________________________________________


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