DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22218>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22218

Passing normalize-space on node value into the apply-templates

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2003-08-07 15:56 -------
The select attribute of apply-templates must select a node-set.  The normalize-
space function() returns a string, which cannot be converted to a node-set, so 
this error message is correct.  The reason you are not seeing an error with a 
single space is because Xalan's optimization has a glitch in it which returns 
the node-set when no normalization is needed.  I have fixed that.

Thanks for the report.

Reply via email to