Tei-council
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
October 2015
- 13 participants
- 65 discussions
See <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test/2627/changes>
Changes:
[philomousos] Merging sydb-xenodata branch.
------------------------------------------
[...truncated 63 lines...]
Perl:/usr/bin/perl
Java:/usr/bin/java
xmllint:/usr/bin/xmllint
touch check.stamp
get latest date:
VCS is git
if [ "git" = "svn" ] ; \
then \
if [ true = "true" ] ; \
then svn info --xml svn://svn.code.sf.net/p/tei/code/trunk/P5 ; \
else svn info --xml ; \
fi > repodate.xml ; \
fi
if [ git = "git" ] ; \
then \
git log --max-count=1 --pretty=format:"<info type=\"git\"><entry><commit revision=\"%h\"><date>%ai</date></commit></entry></info>" > repodate.xml ; \
fi
BUILD: Generate modular DTDs, Schemas, Schematron and miscellaneous outputs
ANT_OPTS="-Xss2m -Xmx752m -Djava.awt.headless=true" ant -q -lib Utilities/lib/jing.jar:Utilities/lib/saxon9he.jar -f antbuilder.xml -DXSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test/ws/P5/../../../Stylesheets/la…> -DDRIVER=Source/guidelines-en.xml base subset outputs
[echo] make modular DTDs, RELAXNG schemas, json, odd schemas, schematron files
[echo] Using <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test/ws/P5/../../../Stylesheets/la…> for XSL stylesheets
[echo] Do ODD processing for p5odds.odd
[echo] Do ODD processing for p5odds-examples.odd
BUILD SUCCESSFUL
Total time: 1 minute 4 seconds
BUILD: Generate modular RELAX NG (compact) schemas using trang
(cd Schema; for i in *rng; do java -jar ../Utilities/lib/trang.jar $i `basename $i .rng`.rnc;done)
touch schemas.stamp
BUILD: Check validity with rnv if we have it
command -v rnv && rnv -v p5odds.rnc p5.xml
/usr/local/bin/rnv
rnv version 1.7.10
p5.xml
BUILD: Check validity with special-purpose XSL code, looking for bad links etc
ANT_OPTS="-Xss2m -Xmx752m -Djava.awt.headless=true" ant -q -lib Utilities/lib/saxon9he.jar -f antbuilder.xml -DXSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test/ws/P5/../../../Stylesheets/la…> validators
[echo] Run Schematron script (normal part of Guidelines)
[echo] Run Schematron script (Examples in Guidelines marked as valid)
[echo] Run ad hoc XSLT validators
BUILD SUCCESSFUL
Total time: 2 minutes 47 seconds
<Messages>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[3]/div[1]/p[7]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[3]/div[10]/div[3]/specGrp[1]/elementSpec[3]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[3]/div[10]/div[3]/specGrp[1]/elementSpec[3]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/p[3]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/TEI[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/p[3]/specGrp[1]/elementSpec[1]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/TEI[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/p[3]/specGrp[1]/elementSpec[1]/exemplum[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/TEI[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][3]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][3]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][2]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][3]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][2]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][3]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][2]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][2]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][4]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][4]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/amEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][4]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/pmEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][4]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][2]/amEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][4]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][2]/pmEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[1]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/group[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[1]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/group[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[1]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/group[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][3]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[2]/p[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/floatingText[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[2]/p[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/floatingText[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[2]/p[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/floatingText[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[2]/p[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/floatingText[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[2]/p[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/floatingText[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[7]/p[11]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[7]/p[11]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[7]/p[11]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][3]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[7]/p[11]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][4]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[7]/p[11]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][5]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[7]/p[11]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][6]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[9]/div[3]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
<ERROR>Schematron error:
Abstract model violation: Paragraphs in the body must occur inside a div.
[Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[9]/div[3]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</ERROR>
<WARNING>Schematron warning: WARNING: use of deprecated method — the use of the altIdentifier element as a direct child of the msPart element will be removed from the TEI on 2016-09-09 [Test: child::tei:altIdentifier] Location: /TEI[1]/text[1]/body[1]/div[10]/div[10]/specGrp[1]/elementSpec[1]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/msDesc[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/msPart[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
</Messages>
(grep -q "<ERROR>" ValidatorLog.xml;if [ $? -ne 1 ] ; then echo "Oh dear me. ERROR found";diff ValidatorLog.xml expected-results/ValidatorLog.xml;false; fi)
Oh dear me. ERROR found
2,94d1
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[3]/div[1]/p[7]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[3]/div[10]/div[3]/specGrp[1]/elementSpec[3]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[3]/div[10]/div[3]/specGrp[1]/elementSpec[3]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/p[3]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/TEI[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/p[3]/specGrp[1]/elementSpec[1]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/TEI[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/p[3]/specGrp[1]/elementSpec[1]/exemplum[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/TEI[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][3]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][3]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][2]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][3]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][2]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][3]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][2]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][2]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][4]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][4]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/amEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][4]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/pmEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][4]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][2]/amEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[1]/div[3]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][4]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/diaryEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][2]/pmEntry[namespace-uri()='http://www.example.org/ns/nonTEI'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[1]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/group[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[1]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/group[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[1]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/group[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][3]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[2]/p[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/floatingText[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[2]/p[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/floatingText[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[2]/p[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/floatingText[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[2]/p[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/floatingText[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[4]/div[3]/div[2]/p[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/floatingText[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[7]/p[11]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[7]/p[11]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[7]/p[11]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][3]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[7]/p[11]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][4]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[7]/p[11]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][5]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[7]/p[11]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/text[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][6]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[9]/div[3]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</ERROR>
< <ERROR>Schematron error:
< Abstract model violation: Paragraphs in the body must occur inside a div.
< [Test: ancestor::tei:body[not(.//tei:*[starts-with(local-name(.),'div')]//tei:p[. = current()])]] Location: /TEI[1]/text[1]/body[1]/div[16]/div[9]/div[3]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/body[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</ERROR>
95a3,14
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[1]/div[2]/div[4]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[1]/div[2]/div[4]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[6]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/residence[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[7]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
make: *** [valid] Error 1
Build step 'Execute shell' marked build as failure
1
1
See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets/1970/>
------------------------------------------
Started by an SCM change
Building in workspace <http://teijenkins.hcmc.uvic.ca/job/Stylesheets/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/TEIC/Stylesheets.git # timeout=10
Fetching upstream changes from https://github.com/TEIC/Stylesheets.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/TEIC/Stylesheets.git +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/hcayless-appcrit
Seen branch in repository origin/master
Seen branch in repository origin/pureodd
Seen branch in repository origin/tuurma-master
Seen 4 remote branches
Checking out Revision 65fa58b83598f1d8c9a32bdb33dc66890dd17dbc (origin/pureodd)
> git config core.sparsecheckout # timeout=10
> git checkout -f 65fa58b83598f1d8c9a32bdb33dc66890dd17dbc
First time build. Skipping changelog.
> git tag -a -f -m Jenkins Build #1970 jenkins-Stylesheets-1970 # timeout=10
[workspace] $ /bin/bash -xe /tmp/hudson866546767828954514.sh
+ make clean test deb dist
(for i in css/*; do rm -f `basename $i`;done)
echo "" > test~
rm -f profile1.html profile2.html profile.xml
find . -name "*~" | xargs rm
rm -f tei-xsl-*.zip
rm -rf tei-xsl_*
rm -f Documentation/stylebear Documentation/style.xml Documentation/customize.xml Documentation/teixsl.html Documentation/index.xml
rm -rf release dist
(cd Test; make clean)
make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets/ws/Test'>
(cd ..; for i in css/*; do rm -f `basename $i`;done)
rm -f test*.odd.rnc test*epub test*pdf test*rdf test*text test*.xml.docx test*.xml.odt test*.tex test*.fo *.html *.xhtml *~ dummy* test.html test3.html test4.html *aux *vrb *out *log *nav *ent *snm *toc *.end *.1 *.2 test.xsd test.zip test*.dtd test-indexes.xml test37.xml test38.xml test39.xml test40.xml
rm -f test*.rnc test*.json test*.rnc test*.combined.odd test*listing* test*.tei test*.rng test*.html5 test*.processedodd *.isosch
rm -f oddbyexample.* index*div*html
rm -f testdrama.compiled.xml
rm -f test5.odt test7.xml test18.xml test19.xml test-index.xml test7.zip test11.xml test9.docx test9.odt content.xml.odt.listing content.xml.odt test.xml.docx.core test7.docx
rm -f A54031.xml dcr.result test-rtf2tei.xml test29.xml
rm -f xml.result
rm -rf charts/ embeddings/ media/ _rels/ \[Content_Types\].xml
rm -rf temp-dir-for-ant Pictures OEBPS META-INF mimetype files
rm -f test.xlsx.xml *.result.tex *.result.pdf _slidelogo.png
rm -f content.xml
rm -f cocoatest*.xml
make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets/ws/Test'>
rm -rf tei-p5-xsl_*
rm -rf tei-p5-xsl2_*
(cd debian-tei-xsl/debian; rm -rf tei-xsl)
rm -f teioo.jar
rm -rf docx/ImageInfo/bin
rm -f names.xml licensekey.txt runDoc.sh
(for i in sciencejournal/*.html; do rm -f sciencejournal/`basename $i`;done)
(for i in sciencejournal/*.xml; do rm -f sciencejournal/`basename $i`;done)
BUILD Copy main XSL files
test -d release/xsl/xml/tei/stylesheet || mkdir -p release/xsl/xml/tei/stylesheet/
for i in bibtex cocoa common csv docx dtd docbook epub epub3 fo html wordpress markdown html5 json latex latex nlm odd odds odt p4 pdf profiles/default rdf relaxng rnc schematron simple slides tbx tcp tite tools txt html xsd xlsx pdf verbatimxml ; do \
tar cf - $i | (cd release/xsl/xml/tei/stylesheet; tar xf - ); \
done
java -jar lib/saxon9he.jar -it:main tools/getnames.xsl > names.xml
BUILD Copy common files and documentation
test -d release/xslcommon/xml/tei/stylesheet || mkdir -p release/xslcommon/xml/tei/stylesheet
cp names.xml catalog.xml VERSION css/*.css i18n.xml release/xslcommon/xml/tei/stylesheet
sh ./tools/mydch debian-tei-xsl/debian/changelog
update debian changelog with 7.39.0
BUILD Run tests
(cd Test; make)
make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets/ws/Test'>
../bin/teitorelaxng --odd test.odd test.rng
Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets/ws/Test/test.rng> (tei to relaxng) using profile default
[echo] Do ODD expand processing (schema )
Warning: XML resolver not found; external catalogs will be ignored
BUILD SUCCESSFUL
Total time: 14 seconds
perl -p -e 's/generated from ODD source.*//' test.rng | xmllint --format - > temp; mv temp test.rng
diff test.rng expected-results/test.rng
(cd ..; for i in css/*; do test -f `basename $i` || ln -s $i `basename $i`;done)
BUILD: testing html
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test.xml ../html/html.xsl cssFile=../tei.css useFixedDate=true | xmllint --format - > test.html
diff test.html expected-results/test.html
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test.html checklinks.xsl
<?xml version="1.0" encoding="UTF-8"?>java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test.xml ../html/html.xsl cssFile=../tei.css pageLayout=Complex useFixedDate=true | xmllint --format - > test-complex.html
diff test-complex.html expected-results/test-complex.html
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test.xml ../profiles/ota/html/to.xsl cssFile=../tei.css useFixedDate=true | xmllint --format - | perl cleanup.pl > test-ota.html
diff test-ota.html expected-results/test-ota.html
../bin/teitohtml5 test.xml test.html5
Convert test.xml to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets/ws/Test/test.html5> (tei to html5) using profile default
[echo] XSLT generate HTML files (language en)
Warning: XML resolver not found; external catalogs will be ignored
BUILD SUCCESSFUL
Total time: 6 seconds
xmllint --encode utf-8 --format test.html5 | perl cleanup.pl > test.temp
mv test.temp test.html5
diff test.html5 expected-results/test.html5
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test20.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test20.html
diff test20.html expected-results/test20.html
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -versionmsg:off test3.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test3.html
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -versionmsg:off test4.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test4.html
diff test4.html test3.html
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test5.xml ../html/html.xsl autoBlockQuote=true useFixedDate=true | xmllint --format - > test5.xhtml
diff test5.xhtml expected-results/test5.xhtml
java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar -c xhtml.rnc test5.xhtml
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test6.xml ../html/html.xsl autoBlockQuote=true useFixedDate=true | xmllint --format - > test6.html
diff test6.html expected-results/test6.html
java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar -c xhtml.rnc test6.html
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test14.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test14.html
diff test14.html expected-results/test14.html
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test22.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test22.html
diff test22.html expected-results/test22.html
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test23.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test23.html
diff test23.html expected-results/test23.html
(mkdir files; cd files;java -Djava.awt.headless=true -jar ../../lib/saxon9he.jar ../testnotes1.xml ../../html/html.xsl splitLevel=4 useFixedDate=true STDOUT=false cssFile=../../tei.css)
xmllint --format files/index.html > x ; mv x files/index.html
xmllint --format files/one.html > x ; mv x files/one.html
xmllint --format files/two.html > x ; mv x files/two.html
xmllint --format files/three.html > x ; mv x files/three.html
diff -r files expected-results/testnotes
rm -rf files
(mkdir files; cd files;java -Djava.awt.headless=true -jar ../../lib/saxon9he.jar ../testnotes2.xml ../../html/html.xsl splitLevel=0 useFixedDate=true STDOUT=false cssFile=../../tei.css)
xmllint --format files/index.html > x ; mv x files/index.html
xmllint --format files/one.html > x ; mv x files/one.html
xmllint --format files/three.html > x ; mv x files/three.html
diff -r files expected-results/testnotes2
rm -rf files
(mkdir files; cd files;java -Djava.awt.headless=true -jar ../../lib/saxon9he.jar ../testnotes2.xml ../../html/html.xsl splitLevel=4 useFixedDate=true STDOUT=false cssFile=../../tei.css)
xmllint --format files/index.html > x ; mv x files/index.html
xmllint --format files/one.html > x ; mv x files/one.html
xmllint --format files/two.html > x ; mv x files/two.html
xmllint --format files/three.html > x ; mv x files/three.html
diff -r files expected-results/testnotes3
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test24.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test24.html
diff test24.html expected-results/test24.html
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test25.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test25.html
diff test25.html expected-results/test25.html
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test27.xml ../html/html.xsl useFixedDate=true cssFile=../tei.css cssSecondaryFile=../css/msdescription.css | xmllint --format - > test27.html
diff test27.html expected-results/test27.html
rm -rf files
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test28.xml ../html/html.xsl splitLevel=0 STDOUT=false useFixedDate=true
xmllint --format index.html > x ; mv x index.html
diff index.html expected-results/test28.html
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test31.xml ../html/html.xsl cssFile="" cssInlineFiles=../tei.css useFixedDate=true | xmllint --format - > test31.html
diff test31.html expected-results/test31.html
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test32.xml ../html/html.xsl cssFile="" cssInlineFiles=../tei.css useFixedDate=true | xmllint --format - > test32.html
diff test32.html expected-results/test32.html
BUILD: testing p4top5
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -o:test17.tei test17.xml ../profiles/default/p4/from.xsl
diff test17.tei expected-results/test17.tei
java -Djava.awt.headless=true -jar ../lib/saxon9he.jar A54031.tcp ../tcp/tcp2tei.xsl | xmllint --format - > A54031.xml
diff A54031.xml expected-results/A54031.xml
BUILD: testing oddity
../bin/teitohtml5 --summaryDoc --odd test.odd test.odd.html
Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets/ws/Test/test.odd.html> (tei to html5) using profile default
[echo] Do ODD expand processing and conversion to TEI Lite (schema )
Warning: XML resolver not found; external catalogs will be ignored
Warning: XML resolver not found; external catalogs will be ignored
BUILD FAILED
<http://teijenkins.hcmc.uvic.ca/job/Stylesheets/ws/html5/build-to.xml>:32: The following error occurred while executing this line:
<http://teijenkins.hcmc.uvic.ca/job/Stylesheets/ws/common/teianttasks.xml>:414: javax.xml.transform.TransformerConfigurationException: Failed to compile stylesheet. 1 error detected.
at net.sf.saxon.PreparedStylesheet.prepare(PreparedStylesheet.java:249)
at net.sf.saxon.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:142)
at org.apache.tools.ant.taskdefs.optional.TraXLiaison.readTemplates(TraXLiaison.java:300)
at org.apache.tools.ant.taskdefs.optional.TraXLiaison.createTransformer(TraXLiaison.java:317)
at org.apache.tools.ant.taskdefs.optional.TraXLiaison.transform(TraXLiaison.java:178)
at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:876)
at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:414)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:396)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:435)
at org.apache.tools.ant.Target.performTasks(Target.java:456)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
at org.apache.tools.ant.Main.runBuild(Main.java:851)
at org.apache.tools.ant.Main.startAnt(Main.java:235)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Total time: 12 seconds
make[1]: *** [test-oddity] Error 1
make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets/ws/Test'>
make: *** [test] Error 2
Build step 'Execute shell' marked build as failure
Archiving artifacts
2
4
I have a clone of the main repo in my folder TEI.
I say "cd TEI; git status"
It says "your branch is up to date with origin/master"
I say "git pull"
It splurges a gazillion updates at me.
Che?
3
24
Hugh --
Are you still working on this? And it's in branch hcayless-appcrit,
not branch appcrit, right? (Can we somehow sequester whichever one is
*not* current? It's confusing.)
I haven't looked through all the rules carefully (but hope to be able
to do so tomorrow). But I did notice at least one problem. Everywhere
you have
not( parent::tei:note )
it should probably be
not( ancestor::tei:note )
lest, e.g., the <lg> in the structure
<p>This is a dangling paragraph describing superficial sights.
<note>
<p>An blatant reference to <title>The Dangling Conversation</title>,
a Simon and Garfunkel song:
<quote>
<lg type="verse">
<l>In the dangling conversation</l>
<l>And the superficial sighs</l>
<l>The borders of our lives</l>
</lg>
</quote>
</p>
</note>
be flagged by "abstractModel-structure-l" as violating the abstract
model.
Overall, the current piecemeal approach is problematic, I think. My
instinct is we would do better to have all of these <constraint>s in
the same place, both in the source (e.g., all in the app.xml file)
and in the execution (e.g., all rules have a context of tei:app). So
something like the following (which is without thinking things
through or testing them :-)
<sch:rule context="tei:app">
<sch:report test="
(
ancestor::tei:p[not( ancestor::tei:note ) ]
or
ancestor::tei:ab[not( ancestor::tei:note ) ]
)
and
(
descendant::tei:p[not( ancestor::tei:note ) ]
or
descendant::tei:ab[not( ancestor::tei:note ) ]
)
">An 'app' that is inside a 'p' or 'ab' can not have a 'p' or 'ab' inside it</sch:report>
</sch:rule>
This has the advantage of being *much* easier to maintain (although
not as easy as automagically-generated-at-build-time :-), and that
we won't have Schematron rules firing for every <p> and <l>, only for
<app>s. It has the disadvantage that the user does not get told
precisely which <p> or <ab> is the problem. (But then again, with the
current approach the user is only told about 1/2 the problem.)
3
4
If you haven't, you should read the xenoData tagdoc source= attribute
suggested values and perhaps examples before I merge xenoData into
master tomorrow a.m. for the freeze.
Who is taking care of @degree by tomorrow? I will be able to unless
there are issues with <xenoData> that need to be tackled.
I plan to do the language stuff tonight.
3
5