[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

temporarily enable a character-map

Subject: temporarily enable a character-map
From: Andy Chambers <achambers.home@xxxxxxxxxxxxxx>
Date: Mon, 5 Oct 2009 13:50:19 +0100
 temporarily enable a character-map
Hi,

Is there a way to temporarily enable an XSLT2 character-map.  My
use-case is generating
python code which will contain string literals.  Some of the code I'm
generating looks like
this...

Check_Range_IADAS001_0 = make_range_check("Check_Range_IADAS001_0",
"IADAS001", "IGQS572", GT, "10", "Max = 10")

This particular line is fine but the string "Max = 10" is coming
directly from the input document
and it might contain things which need to be escaped in a python
literal (e.g. ", ' etc).  I thought
I could use character-maps but my understanding is that you have to
apply one to an entire final
result tree so if  I were to have....

  <xsl:character-map name="python-map">
	<xsl:output-character character="&#34;" string="\&#34;"/>
  </xsl:character-map>

It would escape all instances of "&#34;" in the output which is not what I want.

Am I trying to use the wrong tool here?

Many Thanks,
Andy

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.