I can understand you but my question was how to run an XPath
expression in a XSL file for parsing the <xsl:param> element? More
specifically my problem is:

I get a parameter from Sitemap with <xsl:param> element like "x,y,z"

But I have to use this parameter as seperate parameters like x and y
and z in my XSL file. For example I will use "x" parameter here:

<xsl:value-of select="/personnel/title[@lang="x"]">

Is it possible? If yes, how?

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to