> Hi, it´s the syntax not correct?
>
> <xsl:copy-of select="document($v_file)//$v_Tag"/>
>
> Remaining tokens: ( '$' 'v_Tag')
Well, it's not allowed in XPath. What do you want to achieve? if v_Tag is the name of the element to copy, then
document($v_file)//*[name() = $v_Tag]
Cheers,
Jarno - Icon of Coil: Access and Amplify
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Syntax Problem
- David Alcantara - Tue, 18 Mar 2003 05:42:42 -0500 (EST)
- <Possible follow-ups>
- Jarno . Elovirta - Tue, 18 Mar 2003 05:47:39 -0500 (EST) <=
|
|