[xsl] preserving single quotes and other special chars (Xalan-C++)

Subject: [xsl] preserving single quotes and other special chars (Xalan-C++)
From: Arun Ramdas <aramdas@xxxxxxxxxx>
Date: Tue, 5 Feb 2002 12:55:09 -0500
I have a requirement where i need to preserve  single quotes and other
special chars while doine setStyleSheetparam in Xalan-c++ 1.3

for example,
 
Xalantransformer.setStylesheetParam(key, "asdds'a"\@$$);

After the above operation, i should see the complete string (without any
character loss) to replace the key in the XSL sheet.

Right now, Eventhough i use disable-output-escaping=yes, i get an error
while i  have single quotes in the string.

Is there a workaround for this?

Thanks
Arun

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread