transpect:errorPI2svrl errorPI2svrl
pubcoach/xpl/errorPI2svrl.xpl
Import URI: http://transpect.le-tex.de/book-conversion/converter/xpl/errorPI2svrl.xpl
Visualisation
The pre-creation of this SVG image needs the Graphviz software installed. Please inform your project maintainer.
Input Ports
Name | Documentation | Connections |
---|---|---|
sourceⓅ |
Output Ports
Name | Documentation | Connections |
---|---|---|
resultⓅ | ||
reportⓈ | The errors that were encoded as PIs, now as SVRL documents. They may carry a @transpect:rule-family attribute on the top-level element. It could be 'w2d' in the example above. The XSLT, ../xsl/errorPI2svrl.xsl, has to take care of proper result document generation for each of these virtual checking families. | The errors that were encoded as PIs, now as SVRL documents.They may carry a @transpect:rule-family attribute on the top-level element. It could be 'w2d' in the example above. The XSLT, ../xsl/errorPI2svrl.xsl, has to take care of proper result document generation for each of these virtual checking families. |
Options
Name | Documentation | Default |
---|---|---|
debug | 'no' | |
debug-dir-uri | ||
pi-names | Space-separated names of processing instructions in the source document that carry error messages. The PI text may convey additional error classification information. Example: <?letex w2d-101 This is some error message.?> | 'letex' |
severity | message | warning | error | fatal-error | 'warning' |
Subpipeline
Step | Inputs | Outputs | Options | |
---|---|---|---|---|
p:variable status-dir-uri | concat($debug-dir-uri, '/status') | |||
letex:simple-progress-msg start-msg |
| result | file = 'error-pi2svrl-start.txt' status-dir-uri = $status-dir-uri | |
p:sink d379e50 | ||||
p:xslt create-svrls |
| result | ||
p:sink d379e70 |
| |||
p:for-each d379e71 | ||||
letex:store-debug d379e78 | result | pipeline-step = concat('schematron/pi2svrl/', replace(base-uri(), '^(.+/)(.+).xml', '$2')) active = $debug base-uri = $debug-dir-uri | ||
p:sink d379e87 | ||||
letex:simple-progress-msg success-msg |
| result | file = 'error-pi2svrl-success.txt' status-dir-uri = $status-dir-uri | |
p:sink d379e108 |
|