xsl-list
[Top] [All Lists]

Re: [xsl] How to create predicate dynamically

2012-05-25 05:31:33
Am 25.05.2012 um 11:55 schrieb Jesper Tverskov:

I need to create predicates like the following dynamically:

[@type = 'mc' or @type='ti']

I need the full content of the predicate to be created in a variable
"x", to be inserted in the predicate like:

//qa [$x]

I have tried using saxon:evaluate() but run into problems with
apostrophes. What to do?

Jesper,

I don’t think you "need" to do it that way. It looks like you have a dynamic 
list of attribute names and values that should be used. There are better ways 
to handle this.

Are you restricted to XSLT 1?

- Michael




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


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