[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Quotes in expression


Subject: [xsl] Quotes in expression
From: "Ed Yau" <eyau@xxxxxxxxxxxxxxx>
Date: Fri, 3 Nov 2006 14:16:39 -0000

Hi,

I'm having issues with a the ' character.

What I'm looking to do is create a line that says:
$content-file/Doc/Field['myField']/table/row

I have used the following expression:
concat('$content-file/Doc/Field[@FieldName=&#x0027;',{$data},'&#x0027;]/
table/row')

However the result of this looks like
$content-file/Doc/Field['{$data}']/table/row

If some could shed some light on this, I'd be grateful.

Cheers,
   Ed


Current Thread