This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

No Subject


 
I'm trying to insert a string into xsl which includes a printer escape code
e.g. 
	<input type="text" name="field1" id="field1"><xsl:attribute
name="value"><xsl:value-of
select="./PremisesOfLoading"/>&#x4D;</xsl:attribute></input><br></br>

where &#x4D; is the hex code for 'Select 12cpi' for my Epson printer.
The code appends this escape code to the text retreived from the
"./PremisesOfLoading" branch in the xml but when I process this I'm still
seeing M appended to the value in the "./PremisesOfLoading" branch(ESC M is
&#x4D; in Hex)  Can someone please tell me how to do this i.e. do I need to
surround &#x4D with some additional tags.  I've already tried
<xsl:text disable-output-escaping="yes"> to no avail

thanks.

J


*********************************************************************************

Privileged/Confidential Information may be contained in this message.  If you are not the recipient
addressee indicated in this message you may not copy or deliver this message to anyone.  In such
case, you should destroy this message and notify us immediately.  If you or your employer do not
consent to internet email messages of this kind, please advise us immediately.  Opinions, conclusions
and other information expressed in this message are not given or endorsed by VISION Consulting
unless otherwise indicated by a sanctioned representative independent of this message.

*********************************************************************************

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]