Re: [xsl] translate

Subject: Re: [xsl] translate
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 24 Mar 2004 14:35:07 GMT
> How can I make this work?

translate() takes three strings as arguments you have given a Node set
as the first, which is OK, it will take the string value of that node,
but your second two arguments are just floating characters, so a syntax
error, XPath strings have to be in "" or ''
so you want translate(EPAPER,'&#x002D;','&#x2013;')

David



-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
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