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

RE: HEP

Subject: RE: HEP
From: Marco.Mistroni@xxxxxxxxx
Date: Thu, 8 Jul 1999 17:09:12 +0300
re hep
Hi,
	Thanx 4 your reply, but ihave an additional problem: I have to apply
the substring-after function to the value of an attribute of the node
I tried
'{substring-after("{@name} <mailto:{@name}> ","a")}'
but it didn't work
br
marco

-----Original Message-----
From:	EXT David Carlisle [mailto:davidc@xxxxxxxxx]
Sent:	08. July 1999 16:05
To:	xsl-list@xxxxxxxxxxxxxxxx
Subject:	Re: HEP



> Wrong: VALUE="{substring-after("abcd","b")"} />
> Right: VALUE="{substring-after("abcd","b")}" />

Wrong actually, you can't use " inside an XML attribute value delimited
by " so you have to have
"{substring-after('abcd','b')}"
or
'{substring-after("abcd","b")}'

the other suspicious thing about the original line was
> <INPUT NAME ="FJKAFJÖASJD"  TYPE="SUBMIT"
which appears to be using latin-1 letters in what appears to be a utf8
encoded stylesheet.

David


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


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


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.