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

Re: Type error with variable as=xs:string using xsl:

Subject: Re: Type error with variable as=xs:string using xsl:choose
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 7 Sep 2006 11:15:47 +0100
Re:   Type error with variable as=xs:string using  xsl:
me> makes a sequence of length 2, a text node and a string,

For the record, Mike's answer was more acurate (you get a sequence of 2
text nodes, not a node and a string. xsl:value-of and xsl:text both make
nodes rather than strings). Rest of my answer was OK though.

In this case you could probably avoid the whole problem as

<xsl:variable name="normsrc" as="xs:string"
  select="replace($xsrc,'^.*/images/','images/')"/>

David

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.