- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 15 Mar 2007 14:52:39 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4160 ------- Comment #2 from tim@cbcl.co.uk 2007-03-15 14:52 ------- a[normalize-space() = 'Hello, How are you?']) has type string* $input-context//doc/normalize-space( string* ) fails to typecheck. The test should be: $input-context//doc/normalize-space(zero-or-one(a[normalize-space() = 'Hello, How are you?'])) to avoid static typing errors.
Received on Thursday, 15 March 2007 14:52:58 UTC