Skip to content

Commit

Permalink
Put version back to rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kosek committed Apr 2, 2013
1 parent 5be69bf commit 3f1ff3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang=en>
<head>
<script type="application/its+xml">
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml">
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0">
<its:param name="locQualityIssueParam">q1</its:param>
<its:locQualityIssueRule selector="//h:span[@id=$locQualityIssueParam]"
locQualityIssueType="typographical"
Expand Down
2 changes: 1 addition & 1 deletion its2.0/inputdata/provenance/html/provenance2html.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset=utf-8>
<title>Test</title>
<script type="application/its+xml">
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml">
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0">
<its:provRule selector="/h:html/h:body/h:p[@id]"
provenanceRecordsRefPointer="@id"/>
</its:rules>
Expand Down
2 changes: 1 addition & 1 deletion its2.0/inputdata/provenance/html/provenance8html.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</its:provenanceRecords>
</script>
<script type="application/its+xml">
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml">
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0">
<its:param name="provenanceParam">#pr1</its:param>
<its:provRule selector="/h:html/h:body/h:p[@id=$provenanceParam]"
provenanceRecordsRefPointer="@id"/>
Expand Down

0 comments on commit 3f1ff3a

Please sign in to comment.