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

Re: xslt regex escaping

Subject: Re: xslt regex escaping
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 17 Aug 2004 12:44:10 +0100
xslt regexp
> Question. Is it possible to escape both quotes  (single and double)
> in a analyze-string regex attribute?

you don't need to escape quotes at all as far as the regexp is
concerned, so the string used as the regexp just needs a ' and "
of course to get the them into the attribute you need to use xml quoting
on one of them (the one you use to delimit the attribute)

that's for the regex attribute which is an AVT

If you are using the regex with an Xpath function shuch as tokenize you
need to get teh regex into an Xpath string in which case you need to use
one quote (eg ") to surround the select="" attribute and teh other quote
(eg ') to surround the string argument in which case you can use &quot;
to get a " into  the string and the new xpath2 feature '' to get a  '
into the string.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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.