Skip to content

Commit

Permalink
the changes needed to lose magic of att.global
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrahtz committed Jan 31, 2011
1 parent c02a13e commit 9e7391e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions P5/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dtds: check
${SAXON} ${SAXON_ARGS} ${DRIVER} ${XSL}/odds2/odd2dtd.xsl outputDir=DTD \
lang=${LANGUAGE} \
documentationLanguage=${DOCUMENTATIONLANGUAGE} \
TEIC=true ${VERBOSE}
${VERBOSE}

schemas:check schema-relaxng schema-sch

Expand All @@ -47,7 +47,7 @@ schema-relaxng:
@echo BUILD: Generate modular RELAX NG schemas
${SAXON} ${SAXON_ARGS} ${DRIVER} ${XSL}/odds2/odd2relax.xsl outputDir=Schema \
lang=${LANGUAGE} \
TEIC=true ${VERBOSE}
${VERBOSE}
@echo "BUILD: Generate modular RELAX NG (compact) schemas using trang"
(cd Schema; for i in *rng; do ${TRANG} $$i `basename $$i .rng`.rnc;done)

Expand Down
4 changes: 4 additions & 0 deletions P5/p5.nvdl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@

<namespace ns="http://www.tei-c.org/ns/Examples">
<validate schema="p5odds-examples.rng">
<!-- for feasibility
<option
name="http://www.thaiopensource.com/validate/feasible"/>
-->
<mode>
<anyNamespace>
<allow/>
Expand Down

0 comments on commit 9e7391e

Please sign in to comment.