Skip to content

Commit

Permalink
refactoring: small adjustments to includes and params
Browse files Browse the repository at this point in the history
  • Loading branch information
EsGeh authored and EsGeh committed Aug 5, 2019
1 parent 55097a5 commit f52591e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions stylesheets/rng_to_odd/analysis_to_odd.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<import href="common/rng_to_rnc.xsl"/>
<import href="analysis_to_odd/define_to_schematron.xsl"/>

<!-- parameters: -->
<param name="modules" as="xs:string*" select="('tei','header','core','textstructure')"/>
<param name="analysis_dir" as="xs:string" required="yes"/>
<param name="input_filename" required="yes"/>
Expand Down
11 changes: 3 additions & 8 deletions stylesheets/rng_to_odd/rng_to_analysis.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ as officially documented here: https://relaxng.org/spec.html#simple-syntax
<import href="common/utils.xsl"/>
<import href="common/print.xsl"/>
<import href="common/rng_to_rnc.xsl"/>
<!-- param verbosity: see print.xsl -->
<import href="rng_to_analysis/simplify_add_shortcuts.xsl"/>
<import href="rng_to_analysis/simplify_flatten.xsl"/>
<import href="rng_to_analysis/rnc_analyse_structure.xsl"/>
Expand All @@ -27,13 +26,9 @@ as officially documented here: https://relaxng.org/spec.html#simple-syntax

<!-- parameters: -->
<!-- output intermediate steps into this directory...: -->
<param name="output" required="yes"/>
<!-- enable these to get debug messages for specific modules: -->
<param name="debug_modules" as="xs:string*" select="()"/>
<!--
<param name="debug_xpath_unique_expr_advanced" select="false()" as="xs:boolean"/>
<param name="debug_rng_to_dnf" select="false()" as="xs:boolean"/>
-->
<param name="output" as="xs:string" required="yes"/>

<!-- debug printing params: see 'common/print.xsl' -->

<!-- output formats : -->
<output
Expand Down

0 comments on commit f52591e

Please sign in to comment.