We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bc639 commit 48c54f7Copy full SHA for 48c54f7
1 file changed
sch/progress.sch
@@ -0,0 +1,13 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2"
3
+ xmlns:sqf="http://www.schematron-quickfix.com/validator/process">
4
+
5
+ <sch:pattern>
6
+ <sch:rule context="*:target">
7
+ <sch:report test="deep-equal(./node(), ../*:source/node())" role="warn">
8
+ Source and target content are the same, probably the content is not translated!
9
+ </sch:report>
10
+ </sch:rule>
11
+ </sch:pattern>
12
13
+</sch:schema>
0 commit comments