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 21108 - [XPROC10] Test err:XD0012 #002
Summary: [XPROC10] Test err:XD0012 #002
Status: NEW
Alias: None
Product: XML Processing Model
Classification: Unclassified
Component: Pipeline language (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Norman Walsh
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-25 14:41 UTC by Tim Mills
Modified: 2013-02-25 14:41 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2013-02-25 14:41:54 UTC
This test sinks its entire content, and thus the input which would generate the expected error need not be evaluated.

   <p:declare-step version="1.0" xmlns:p="http://www.w3.org/ns/xproc">
     <p:sink>
       <p:input port="source">
         <p:document href="unsupported://foo/bar.xml" />
       </p:input>
     </p:sink>
   </p:declare-step>