Subject:xpath in string format Author:manjula p Date:16 Feb 2009 04:34 AM
Hi,
I have this.
<xsl:variable name="path" select="/html/body/table">
I want '/html/body/table' so that i can use it for concatination with other xpath string and evaluate it using dyn:evaluate function.