Subject: Re: xsl-list Digest 9 Jul 2008 05:10:01 -0000 Issue 1552
From: "Krishnaiah Korrapati" <Krishnaiah.Korrapati@xxxxxxxxxxxx>
Date: Mon, 14 Jul 2008 09:17:56 -0500
|
I'm generating an option string in my java code and using the same
option string to be displayed in a select box in xsl.
here is my optionString
<OPTION> </OPTION> <OPTION value='5016'> 404 North Fifth
Street:Springfield, Illinois 62702 </OPTION>;
<OPTION value='5017'> 404 North Fifth Street, First Floor:Springfield,
Illinois 62702 </OPTION>;
<OPTION value='5018'> 404 North Fifth Street, Second Floor:Springfield,
Illinois 62702 </OPTION>;
when I'm displaying in my xsl "<" and ">" are not transformed.
Any idea how to convert them.
|