xsl-list
[Top] [All Lists]

Re: [xsl] round-robin template call

2009-04-05 13:10:08
Hi,

G. Ken Holman wrote:
At 2009-04-05 18:47 +0200, Aragon Gouveia wrote:
I'm having difficulty figuring out how to perform something in XSLT 1.0. I want to be able to call a template at random points in an XSLT document, and each time the template is called it outputs a different version of a node.

Then pass a parameter value and trigger on the passed value.

The problem with that is if the stylesheet is edited and a new template call is inserted somewhere in the document, all the with-param tags below/above the insertion will have to be modified. This stylesheet will eventually end up having a number of included stylesheets which could/will all call the "makenode" template. I want to avoid passing parameters during the template call.


Thanks,
Aragon

--~------------------------------------------------------------------
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>