- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 27 Mar 2007 10:46:37 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4415 Summary: Invalid http URL in fn-in-scope-prefixes-4 Product: XML Query Test Suite Version: 1.0.2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: XML Query Test Suite AssignedTo: carmelo@nist.gov ReportedBy: frans.englich@telia.com QAContact: public-qt-comments@w3.org fn-in-scope-prefixes-4's query reads: -------------------------------------------------------- (: Name: fn-in-scope-prefixes-4 :) (: Description: Evaluation of fn:in-scope-prefixes function for a directly constructed element node with a namespace declaration.:) (: insert-start :) declare variable $input-context1 external; (: insert-end :) fn:in-scope-prefixes(<anElement xmlns:p1 = "http:www.example.coom">some content</anElement>) -------------------------------------------------------- I believe "http:www.example.coom" is an invalid HTTP URL; a specific scheme which implementations are allowed to validate although aren't required to. I suggest changing it to "http://www.example.coom".
Received on Tuesday, 27 March 2007 10:46:45 UTC