xsl-list
[Top] [All Lists]

passing xml string to xsl

2004-12-09 01:33:59
Hi

I want to pass XML into XSL and then use it in templates.I've passed to my
XSL, XML string using xsl:param

<xsl:param name="VisibleColumnsConfigXML"/>

Now, in this parameter I've got XML string. I can display XML in
VisibleColumnsConfigXML parameter like this

<xsl:value-of select="$VisibleColumnsConfigXML"/>

But I want to access XML in VisibleColumnsConfigXML like node list, not
string. How to do it ?

MS


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