XSLT unable to parse single quotes
Hi All,
I have written a xslt file to create a XML structure. Below is a part of the code:
<xsl:element name="description">
<xsl:value-of disable-output-escaping="yes" select="'$AABRDescription'"/>
</xsl:element>
where I am passing AABRDescription as an input from Work Flow. Now AABRDescription contains a string having single quotes; ex. I 'love' Siebel. The xslt fails to read the single quotes an always throws the below error:
XPathParserException: Extra illegal token.expression = ''
I have used the below style sheet:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="