Skip to content

Commit

Permalink
Merge pull request #253 from ndw/more-ns
Browse files Browse the repository at this point in the history
Missing namespace declarations
  • Loading branch information
ndw committed Jul 27, 2019
2 parents 3c6a84c + d451b7f commit 139d389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-suite/tests/nw-viewport-003.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<t:input port="source" src="../documents/sample.xml"/>
<t:pipeline>
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:ex="http://example.com/sample" version="3.0">
<p:output port="result"/>
<p:input port="source"/>
Expand Down
1 change: 1 addition & 0 deletions test-suite/tests/nw-viewport-004.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<t:input port="source" src="../documents/sample.xml"/>
<t:pipeline>
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:ex="http://example.com/sample" version="3.0">
<p:variable name="gi" static="true" select="xs:QName('ex:p')"/>
<p:output port="result"/>
Expand Down

0 comments on commit 139d389

Please sign in to comment.