xsl-list
[Top] [All Lists]

RE: [xsl] FW: XSL to split a concatenated XML string

2006-03-14 06:29:49
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/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--