Subject: RE: FW: XSL to split a concatenated XML string
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 14 Mar 2006 13:29:27 -0000
|
> The XSl syntax (below) is returning the error...
>
> Reference to undefined entity 'space'. Error processing resource
> /stand.xsl'.
>
> On this line ===>> <td width="200"><a
> href="{substring-before($str,'&space;')}">
Well, if you reference an entity &space; that you haven't declared, what
error would you expect to get?
This isn't an XSLT question, it's a basic XML well-formedness rule.
Michael Kay
http://www.saxonica.com/
|