This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4415 - Invalid http URL in fn-in-scope-prefixes-4
Summary: Invalid http URL in fn-in-scope-prefixes-4
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 1.0.2
Hardware: Other Linux
: P2 normal
Target Milestone: ---
Assignee: Carmelo Montanez
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 10:46 UTC by Frans Englich
Modified: 2007-09-12 09:14 UTC (History)
0 users

See Also:


Attachments

Description Frans Englich 2007-03-27 10:46:36 UTC
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".
Comment 1 Carmelo Montanez 2007-03-27 18:21:09 UTC
Frans:

Thanks for the comment.  Actually the namespace URI is not relevant for this test.  Looks as though there was a type.  I changed the test to use
"http://www.example.com" and re-ran the test.  

Thanks,
Carmelo