Subject: Re: HEP
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 8 Jul 1999 14:04:30 +0100 (BST)
|
> 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
|