[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: Wed, 6 Feb 2002 14:25:16 -0500
I am just reposting it!  can any of u help me out on this?

Thanks in Advance
Arun

> 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