RE: [xsl] normalize-space()?

Subject: RE: [xsl] normalize-space()?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 31 Oct 2006 20:45:43 -0000
> The error I get when viewing console debug info from FOP is: 
> "Cannot conver #STRING to a nodelist!"

Well, that's nothing to do with normalize-space(). This is Xalan's way of
saying that you've violated the XSLT 1.0 rule that you can't use a result
tree fragment in a place where a node-set is expected. (The error message
has been that way for years - why can't someone improve it?). 

To help you further we'll need to see the bit of code that's in error.

Michael Kay
http://www.saxonica.com/

Current Thread