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

Re: single quotes instead of double

Subject: Re: single quotes instead of double
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 21 Nov 2011 13:13:33 +0000
Re:  single quotes instead of double
On 21/11/2011 12:47, Hermann Stamm-Wilbrandt wrote:
There are situations like below where I was not able to handle
quot/apos nesting without defining a variable for XSLT 1.0.
Not sure if this can be done without a variable ...

<xsl:variable name="apos" select='"&apos;"'/>

<xsl:variable name="tab-07FF" select="concat(
   '&#xfff;&#xfff;&#xfff;&#xfff;&#xfff;&#xfff;&#xfff;&#xfff;&#xfff;&#x009;',
   '&#x00a;&#xfff;&#xfff;&#x00d;&#xfff;&#xfff;&#xfff;&#xfff;&#xfff;&#xfff;',
   '&#xfff;&#xfff;&#xfff;&#xfff;&#xfff;&#xfff;&#xfff;&#xfff;&#xfff;&#xfff;',
   '&#xfff;&#xfff;&#x020;&#x021;&#x022;&#x023;&#x024;&#x025;&#x026;',$apos,
   '&#x028;&#x029;&#x02a;&#x02b;&#x02c;&#x02d;&#x02e;&#x02f;&#x030;&#x031;',
   '&#x032;&#x033;&#x034;&#x035;&#x036;&#x037;&#x038;&#x039;&#x03a;&#x03b;',
...
   '&#x7ee;&#x7ef;&#x7f0;&#x7f1;&#x7f2;&#x7f3;&#x7f4;&#x7f5;&#x7f6;&#x7f7;',
   '&#x7f8;&#x7f9;&#x7fa;&#x7fb;&#x7fc;&#x7fd;&#x7fe;&#x7ff;'
)"/>

you don't need a variable but you do need concat (or similar) as you can't have a string literal contain both ' and " in xpath 1 (you can in xpath 2, using the '' quoting mechanism)

so you could replace ,$apos, in the above by ,&quot;'&quot;,

David



--
google plus: https:/profiles.google.com/d.p.carlisle

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________


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.