Norm's action re: the last xml:id test

/ Paul Grosso <pgrosso@arbortext.com> was heard to say:
[...]
| On the last test, Norm fails because XSLT can't do it.
| Norm gets a space in it that shouldn't be there.  When
| Richard runs it, he gets the empty string for the result.
| That is, Norm and Richard got different results
| out of their XSLT processors.  We thought this might
| have to do with being normalized twice (or something).
|
| ACTION to Norm:  Investigate why Richard and Norm are
| getting different results from their XSLT processor
| for the last test.

My bug. Java's String.trim() function removes leading and trailing
control characters not just spaces. My corrected implementation
produces the same results as Richard's.

                                        Be seeing you,
                                          norm

-- 
Norman.Walsh@Sun.COM / XML Standards Architect / Sun Microsystems, Inc.
NOTICE: This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.

Received on Wednesday, 18 May 2005 14:22:28 UTC