You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/08/07 17:56:44 UTC

DO NOT REPLY [Bug 22218] - Passing normalize-space on node value into the apply-templates

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

David_N_Bertoni@lotus.com changed:

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



------- Additional Comments From David_N_Bertoni@lotus.com  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.