Build failed in Jenkins: Stylesheets (Pure ODD branch) #1

See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets%20(Pure%20ODD%20branch)/1/> ------------------------------------------ Started by user Martin Holmes Building in workspace <http://teijenkins.hcmc.uvic.ca/job/Stylesheets%20(Pure%20ODD%20branch)/ws/> Cloning the remote Git repository Cloning repository https://github.com/TEIC/Stylesheets.git > git init <http://teijenkins.hcmc.uvic.ca/job/Stylesheets%20(Pure%20ODD%20branch)/ws/> # 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/* > git config remote.origin.url https://github.com/TEIC/Stylesheets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/TEIC/Stylesheets.git # timeout=10 Fetching upstream changes from https://github.com/TEIC/Stylesheets.git > git -c core.askpass=true fetch --tags --progress https://github.com/TEIC/Stylesheets.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/pureodd^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/pureodd^{commit} # timeout=10 Checking out Revision b7ee9fa3d851dbd2ce3d560a1718b4aec40588f6 (refs/remotes/origin/pureodd) > git config core.sparsecheckout # timeout=10 > git checkout -f b7ee9fa3d851dbd2ce3d560a1718b4aec40588f6 First time build. Skipping changelog. > git tag -a -f -m Jenkins Build #1 jenkins-Stylesheets_(Pure_ODD_branch)-1 # timeout=10 [workspace] $ /bin/bash -xe /tmp/hudson3612594154646683956.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%20(Pure%20ODD%20branch)/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%20(Pure%20ODD%20branch)/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.40.1 BUILD Run tests (cd Test; make) make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets%20(Pure%20ODD%20branch)/ws/Test'> ../bin/teitorelaxng --odd test.odd test.rng Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets%20(Pure%20ODD%20branch)/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: 17 seconds perl -i -p -e 's/generated from ODD source.*//' test.rng xmllint --format test.rng > temp; mv temp test.rng perl -i -pe 'BEGIN{undef $/;} s/<!--\n ?Schema[^>]+>//smg' 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 797d796 < make[1]: *** [test-to-html] Error 1 make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets%20(Pure%20ODD%20branch)/ws/Test'> make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts

See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/2/> ------------------------------------------ Started by user Martin Holmes Building in workspace <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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/* > git rev-parse refs/remotes/origin/pureodd^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/pureodd^{commit} # timeout=10 Checking out Revision b7ee9fa3d851dbd2ce3d560a1718b4aec40588f6 (refs/remotes/origin/pureodd) > git config core.sparsecheckout # timeout=10 > git checkout -f b7ee9fa3d851dbd2ce3d560a1718b4aec40588f6 > git rev-list b7ee9fa3d851dbd2ce3d560a1718b4aec40588f6 # timeout=10 > git tag -a -f -m Jenkins Build #2 jenkins-Stylesheets-pureodd-2 # timeout=10 [workspace] $ /bin/bash -xe /tmp/hudson5425005171842830037.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-pureodd/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-pureodd/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.40.1 BUILD Run tests (cd Test; make) make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> ../bin/teitorelaxng --odd test.odd test.rng Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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: 16 seconds perl -i -p -e 's/generated from ODD source.*//' test.rng xmllint --format test.rng > temp; mv temp test.rng perl -i -pe 'BEGIN{undef $/;} s/<!--\n ?Schema[^>]+>//smg' 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 797d796 < make[1]: *** [test-to-html] Error 1 make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts

See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/3/changes> Changes: [martindholmes] Bringing expected-results into line with results -- difference was a ------------------------------------------ Started by an SCM change Building in workspace <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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/* > git rev-parse refs/remotes/origin/pureodd^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/pureodd^{commit} # timeout=10 Checking out Revision 95627a807c3693e5cda6cd439f7793af28af2e23 (refs/remotes/origin/pureodd) > git config core.sparsecheckout # timeout=10 > git checkout -f 95627a807c3693e5cda6cd439f7793af28af2e23 > git rev-list b7ee9fa3d851dbd2ce3d560a1718b4aec40588f6 # timeout=10 > git tag -a -f -m Jenkins Build #3 jenkins-Stylesheets-pureodd-3 # timeout=10 [workspace] $ /bin/bash -xe /tmp/hudson4549548446024972623.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-pureodd/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-pureodd/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.40.1 BUILD Run tests (cd Test; make) make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> ../bin/teitorelaxng --odd test.odd test.rng Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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: 16 seconds perl -i -p -e 's/generated from ODD source.*//' test.rng xmllint --format test.rng > temp; mv temp test.rng perl -i -pe 'BEGIN{undef $/;} s/<!--\n ?Schema[^>]+>//smg' 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 813d812 < make[1]: *** [test-to-html] Error 1 make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts

See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/4/changes> Changes: [martindholmes] Another blank line missing in expected results. ------------------------------------------ Started by an SCM change Building in workspace <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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/* > git rev-parse refs/remotes/origin/pureodd^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/pureodd^{commit} # timeout=10 Checking out Revision 1508298ad24ca157545aefd976c62d0f2c8ab879 (refs/remotes/origin/pureodd) > git config core.sparsecheckout # timeout=10 > git checkout -f 1508298ad24ca157545aefd976c62d0f2c8ab879 > git rev-list 95627a807c3693e5cda6cd439f7793af28af2e23 # timeout=10 > git tag -a -f -m Jenkins Build #4 jenkins-Stylesheets-pureodd-4 # timeout=10 [workspace] $ /bin/bash -xe /tmp/hudson837970189537026610.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-pureodd/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-pureodd/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.40.1 BUILD Run tests (cd Test; make) make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> ../bin/teitorelaxng --odd test.odd test.rng Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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: 16 seconds perl -i -p -e 's/generated from ODD source.*//' test.rng xmllint --format test.rng > temp; mv temp test.rng perl -i -pe 'BEGIN{undef $/;} s/<!--\n ?Schema[^>]+>//smg' 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 807d806 < make[1]: *** [test-to-html] Error 1 make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts

See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/5/changes> Changes: [martindholmes] Another blank line missing in expected results. ------------------------------------------ Started by an SCM change Building in workspace <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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/* > git rev-parse refs/remotes/origin/pureodd^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/pureodd^{commit} # timeout=10 Checking out Revision 4c9122a925298b9c66b6723c3fd36bb0a93b755c (refs/remotes/origin/pureodd) > git config core.sparsecheckout # timeout=10 > git checkout -f 4c9122a925298b9c66b6723c3fd36bb0a93b755c > git rev-list 1508298ad24ca157545aefd976c62d0f2c8ab879 # timeout=10 > git tag -a -f -m Jenkins Build #5 jenkins-Stylesheets-pureodd-5 # timeout=10 [workspace] $ /bin/bash -xe /tmp/hudson9105989637443788028.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-pureodd/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-pureodd/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.40.1 BUILD Run tests (cd Test; make) make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> ../bin/teitorelaxng --odd test.odd test.rng Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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: 17 seconds perl -i -p -e 's/generated from ODD source.*//' test.rng xmllint --format test.rng > temp; mv temp test.rng perl -i -pe 'BEGIN{undef $/;} s/<!--\n ?Schema[^>]+>//smg' 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-pureodd/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 834d833 < make[1]: *** [test-to-html] Error 1 make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts

See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/6/changes> Changes: [lou.burnard] make regeneration of expected-results switchable ------------------------------------------ Started by an SCM change Building in workspace <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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/* > git rev-parse refs/remotes/origin/pureodd^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/pureodd^{commit} # timeout=10 Checking out Revision c5d2b78cf78f2f77b3645695000b3e3a56898f93 (refs/remotes/origin/pureodd) > git config core.sparsecheckout # timeout=10 > git checkout -f c5d2b78cf78f2f77b3645695000b3e3a56898f93 > git rev-list 4c9122a925298b9c66b6723c3fd36bb0a93b755c # timeout=10 > git tag -a -f -m Jenkins Build #6 jenkins-Stylesheets-pureodd-6 # timeout=10 [workspace] $ /bin/bash -xe /tmp/hudson481404151806198595.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-pureodd/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-pureodd/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.40.1 BUILD Run tests (cd Test; make) make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> ../bin/teitorelaxng --odd test.odd test.rng Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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: 15 seconds perl -i -p -e 's/generated from ODD source.*//' test.rng xmllint --format test.rng > temp; mv temp test.rng perl -i -pe 'BEGIN{undef $/;} s/<!--\n ?Schema[^>]+>//smg' test.rng if [ 0 -ne 1 ]; \ then diff test.rng expected-results/test.rng; fi (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 if [ 0 -ne 1 ]; \ then diff test.html expected-results/test.html; fi 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 if [ 0 -ne 1 ]; \ then diff test-complex.html expected-results/test-complex.html; fi 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 if [ 0 -ne 1 ]; \ then diff test-ota.html expected-results/test-ota.html; fi ../bin/teitohtml5 test.xml test.html5 Convert test.xml to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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 if [ 0 -ne 1 ]; \ then diff test.html5 expected-results/test.html5; fi 834d833 < make[1]: *** [test-to-html] Error 1 make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts

See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/7/changes> Changes: [philomousos] Fixed typo [stadlerpeter] replaced spaces with tab [philomousos] Added macro.anyXML fix to tests. [philomousos] Fixing test ODD. [philomousos] Another xml:id fix. [martindholmes] xml:id fixes; in attRef/@name they have to be in the form xmlid without [martindholmes] Fixing expected results for test30. [philomousos] Removed debugging message. [philomousos] Fix for #130. [philomousos] Fixes #129. [ron.vandenbranden] -some CSS tweaks (improvements for tables and lists) -exclude "—" from [ron.vandenbranden] -fix for tables with more than 1 header row -fix for egXML inside table [ron.vandenbranden] -mimic auto-layout for tables (workaround for FOP limitation which only [ron.vandenbranden] skip <orgName> to keep Lodel happy [ron.vandenbranden] improved back matter for editorial introductions [ron.vandenbranden] Fixed an error for labeling cross-references in list context [philomousos] More work on getting Stylesheets ready for Pure ODD. [philomousos] Fixing DTD generation. [philomousos] Fixing tests. [philomousos] Fixing summary doc output. [philomousos] Fixed test. [philomousos] More test fixes. ------------------------------------------ [...truncated 109 lines...] if [ 0 -ne 1 ]; \ then diff test6.html expected-results/test6.html; fi 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 if [ 0 -ne 1 ]; \ then diff test14.html expected-results/test14.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test22.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test22.html if [ 0 -ne 1 ]; \ then diff test22.html expected-results/test22.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test23.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test23.html if [ 0 -ne 1 ]; \ then diff test23.html expected-results/test23.html; fi (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 if [ 0 -ne 1 ]; \ then diff -r files expected-results/testnotes; fi 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 if [ 0 -ne 1 ]; \ then diff -r files expected-results/testnotes2; fi 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 if [ 0 -ne 1 ]; \ then diff -r files expected-results/testnotes3; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test24.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test24.html if [ 0 -ne 1 ]; \ then diff test24.html expected-results/test24.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test25.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test25.html if [ 0 -ne 1 ]; \ then diff test25.html expected-results/test25.html; fi 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 if [ 0 -ne 1 ]; \ then diff test27.html expected-results/test27.html; fi 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 if [ 0 -ne 1 ]; \ then diff index.html expected-results/test28.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test31.xml ../html/html.xsl cssFile="" cssInlineFiles=../tei.css useFixedDate=true | xmllint --format - > test31.html if [ 0 -ne 1 ]; \ then diff test31.html expected-results/test31.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test32.xml ../html/html.xsl cssFile="" cssInlineFiles=../tei.css useFixedDate=true | xmllint --format - > test32.html if [ 0 -ne 1 ]; \ then diff test32.html expected-results/test32.html; fi BUILD: testing p4top5 java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -o:test17.tei test17.xml ../profiles/default/p4/from.xsl if [ 0 -ne 1 ]; \ then diff test17.tei expected-results/test17.tei; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar A54031.tcp ../tcp/tcp2tei.xsl | xmllint --format - > A54031.xml if [ 0 -ne 1 ]; \ then diff A54031.xml expected-results/A54031.xml; fi BUILD: testing oddity ../bin/teitohtml5 --summaryDoc --odd test.odd test.odd.html Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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 [echo] XSLT generate HTML files (language en) Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 20 seconds xmllint --encode utf-8 --format test.odd.html | perl cleanup.pl> test.temp ; mv test.temp test.odd.html if [ 0 -ne 1 ]; \ then diff test.odd.html expected-results/test.odd.html; fi 43c43 < <li class="item"><span class="specList-elementSpec"><a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to tree element for representing ordered rooted tree structures. [19.3. Another ...">eTree</a></span> (<span lang="en">embedding tree</span>) <span lang="en">provides an alternative to tree element for representing ordered rooted tree structures.</span><div class="table"><table class="specDesc"><tr><td class="odd_value" colspan="2">[+ <a class="link_ref" href="#TEI.att.global" title="att.global provides attributes common to all elements in the TEI encoding scheme. [1.3.1.1. Global Attributes]">att.global</a> (<span class="attribute">@xml:id</span>, <span class="attribute">@n</span>, <span class="attribute">@xml:lang</span>, <span class="attribute">@xml:base</span>, <span class="attribute">@xml:space</span>) (<a class="link_ref" href="#TEI.att.global.rendition" title="att.global.rendition provides rendering attributes common to all elements in the TEI encoding scheme. [1.3.1.1.3. Rendition Ind...">att.global.rendition</a> (<span class="attribute">@rend</span>, <span class="attribute">@style</span>, <span class="attribute">@rendition</span>)) (<a class="link_ref" href="#TEI.att.global.linking" title="att.global.linking defines a set of attributes for hypertextual linking. [16. Linking Segmentation and Alignment]">att.global.linking</a> (<span class="attribute">@corresp</span>, <span class="attribute">@synch</span>, <span class="attribute">@sameAs</span>, <span class="attribute">@copyOf</span>, <span class="attribute">@next</span>, <span class="attribute">@prev</span>, <span class="attribute">@exclude</span>, <span class="attribute">@select</span>)) (<a class="link_ref" href="#TEI.att.global.facs" title="att.global.facs groups elements corresponding with all or part of an image because they contain an alternative representation o...">att.global.facs</a> (<span class="attribute">@facs</span>)) (<a class="link_ref" href="#TEI.att.global.change" title="att.global.change supplies the change attribute allowing its member elements to specify one or more states or revision campaign...">att.global.change</a> (<span class="attribute">@change</span>)) (<a class="link_ref" href="#TEI.att.global.responsibility" title="att.global.responsibility provides attributes indicating the agency responsible for some aspect of the text the markup or somet...">att.global.responsibility</a> (<span class="attribute">@cert</span>, <span class="attribute">@resp</span>)) <a class="link_ref" href="#TEI.att.typed" title="att.typed provides attributes which can be used to classify or subclassify elements in any way. [1.3.1. Attribute Classes 17.1....">att.typed</a> (<span class="attribute">@type</span>, <span class="attribute">@subtype</span>) ]</td></tr></table></div></li> ---
<li class="item"><span class="specList-elementSpec"><a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to tree element for representing ordered rooted tree structures. [19.3. Another ...">eTree</a></span> (<span lang="en">embedding tree</span>) <span lang="en">provides an alternative to tree element for representing ordered rooted tree structures.</span><div class="table"><table class="specDesc"><tr><td class="odd_value" colspan="2">[+ <a class="link_ref" href="#TEI.att.global" title="att.global provides attributes common to all elements in the TEI encoding scheme. [1.3.1.1. Global Attributes]">att.global</a> (<span class="attribute">@xml:id</span>, <span class="attribute">@n</span>, <span class="attribute">@xml:lang</span>, <span class="attribute">@xml:base</span>, <span class="attribute">@xml:space</span>) (<a class="link_ref" href="#TEI.att.global.rendition" title="att.global.rendition provides rendering attributes common to all elements in the TEI encoding scheme. [1.3.1.1.3. Rendition Ind...">att.global.rendition</a> (<span class="attribute">@rend</span>, <span class="attribute">@style</span>, <span class="attribute">@rendition</span>)) (<a class="link_ref" href="#TEI.att.global.linking" title="att.global.linking defines a set of attributes for hypertextual linking. [16. Linking Segmentation and Alignment]">att.global.linking</a> (<span class="attribute">@corresp</span>, <span class="attribute">@synch</span>, <span class="attribute">@sameAs</span>, <span class="attribute">@copyOf</span>, <span class="attribute">@next</span>, <span class="attribute">@prev</span>, <span class="attribute">@exclude</span>, <span class="attribute">@select</span>)) (<a class="link_ref" href="#TEI.att.global.facs" title="att.global.facs groups elements corresponding with all or part of an image because they contain an alternative representation o...">att.global.facs</a> (<span class="attribute">@facs</span>)) (<a class="link_ref" href="#TEI.att.global.change" title="att.global.change supplies the change attribute allowing its member elements to specify one or more states or revision campaign...">att.global.change</a> (<span class="attribute">@change</span>)) (<a class="link_ref" href="#TEI.att.global.responsibility" title="att.global.responsibility provides attributes indicating the agent responsible for some aspect of the text the markup or someth...">att.global.responsibility</a> (<span class="attribute">@cert</span>, <span class="attribute">@resp</span>)) <a class="link_ref" href="#TEI.att.typed" title="att.typed provides attributes which can be used to classify or subclassify elements in any way. [1.3.1. Attribute Classes 17.1....">att.typed</a> (<span class="attribute">@type</span>, <span class="attribute">@subtype</span>) ]</td></tr></table></div></li>
45c45 < <li class="item"><span class="specList-elementSpec"><a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to tree element for representing ordered rooted tree structures. [19.3. Another ...">eTree</a></span> (<span lang="en">embedding tree</span>) <span lang="en">provides an alternative to tree element for representing ordered rooted tree structures.</span><div class="table"><table class="specDesc"><tr><td class="Attribute"><span class="att">value</span></td><td><span lang="en">provides the value of an embedding tree, which is a feature structure or other analytic element.</span></td></tr><tr><td class="odd_value" colspan="2">[+ <a class="link_ref" href="#TEI.att.global" title="att.global provides attributes common to all elements in the TEI encoding scheme. [1.3.1.1. Global Attributes]">att.global</a> (<span class="attribute">@xml:id</span>, <span class="attribute">@n</span>, <span class="attribute">@xml:lang</span>, <span class="attribute">@xml:base</span>, <span class="attribute">@xml:space</span>) (<a class="link_ref" href="#TEI.att.global.rendition" title="att.global.rendition provides rendering attributes common to all elements in the TEI encoding scheme. [1.3.1.1.3. Rendition Ind...">att.global.rendition</a> (<span class="attribute">@rend</span>, <span class="attribute">@style</span>, <span class="attribute">@rendition</span>)) (<a class="link_ref" href="#TEI.att.global.linking" title="att.global.linking defines a set of attributes for hypertextual linking. [16. Linking Segmentation and Alignment]">att.global.linking</a> (<span class="attribute">@corresp</span>, <span class="attribute">@synch</span>, <span class="attribute">@sameAs</span>, <span class="attribute">@copyOf</span>, <span class="attribute">@next</span>, <span class="attribute">@prev</span>, <span class="attribute">@exclude</span>, <span class="attribute">@select</span>)) (<a class="link_ref" href="#TEI.att.global.facs" title="att.global.facs groups elements corresponding with all or part of an image because they contain an alternative representation o...">att.global.facs</a> (<span class="attribute">@facs</span>)) (<a class="link_ref" href="#TEI.att.global.change" title="att.global.change supplies the change attribute allowing its member elements to specify one or more states or revision campaign...">att.global.change</a> (<span class="attribute">@change</span>)) (<a class="link_ref" href="#TEI.att.global.responsibility" title="att.global.responsibility provides attributes indicating the agency responsible for some aspect of the text the markup or somet...">att.global.responsibility</a> (<span class="attribute">@cert</span>, <span class="attribute">@resp</span>)) <a class="link_ref" href="#TEI.att.typed" title="att.typed provides attributes which can be used to classify or subclassify elements in any way. [1.3.1. Attribute Classes 17.1....">att.typed</a> (<span class="attribute">@type</span>, <span class="attribute">@subtype</span>) ]</td></tr></table></div></li> ---
<li class="item"><span class="specList-elementSpec"><a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to tree element for representing ordered rooted tree structures. [19.3. Another ...">eTree</a></span> (<span lang="en">embedding tree</span>) <span lang="en">provides an alternative to tree element for representing ordered rooted tree structures.</span><div class="table"><table class="specDesc"><tr><td class="Attribute"><span class="att">value</span></td><td><span lang="en">provides the value of an embedding tree, which is a feature structure or other analytic element.</span></td></tr><tr><td class="odd_value" colspan="2">[+ <a class="link_ref" href="#TEI.att.global" title="att.global provides attributes common to all elements in the TEI encoding scheme. [1.3.1.1. Global Attributes]">att.global</a> (<span class="attribute">@xml:id</span>, <span class="attribute">@n</span>, <span class="attribute">@xml:lang</span>, <span class="attribute">@xml:base</span>, <span class="attribute">@xml:space</span>) (<a class="link_ref" href="#TEI.att.global.rendition" title="att.global.rendition provides rendering attributes common to all elements in the TEI encoding scheme. [1.3.1.1.3. Rendition Ind...">att.global.rendition</a> (<span class="attribute">@rend</span>, <span class="attribute">@style</span>, <span class="attribute">@rendition</span>)) (<a class="link_ref" href="#TEI.att.global.linking" title="att.global.linking defines a set of attributes for hypertextual linking. [16. Linking Segmentation and Alignment]">att.global.linking</a> (<span class="attribute">@corresp</span>, <span class="attribute">@synch</span>, <span class="attribute">@sameAs</span>, <span class="attribute">@copyOf</span>, <span class="attribute">@next</span>, <span class="attribute">@prev</span>, <span class="attribute">@exclude</span>, <span class="attribute">@select</span>)) (<a class="link_ref" href="#TEI.att.global.facs" title="att.global.facs groups elements corresponding with all or part of an image because they contain an alternative representation o...">att.global.facs</a> (<span class="attribute">@facs</span>)) (<a class="link_ref" href="#TEI.att.global.change" title="att.global.change supplies the change attribute allowing its member elements to specify one or more states or revision campaign...">att.global.change</a> (<span class="attribute">@change</span>)) (<a class="link_ref" href="#TEI.att.global.responsibility" title="att.global.responsibility provides attributes indicating the agent responsible for some aspect of the text the markup or someth...">att.global.responsibility</a> (<span class="attribute">@cert</span>, <span class="attribute">@resp</span>)) <a class="link_ref" href="#TEI.att.typed" title="att.typed provides attributes which can be used to classify or subclassify elements in any way. [1.3.1. Attribute Classes 17.1....">att.typed</a> (<span class="attribute">@type</span>, <span class="attribute">@subtype</span>) ]</td></tr></table></div></li>
103c103 < <td id="TEI.altGrp"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-altGrp.html">altGrp</a></span>: (<span lang="en">alternation group</span>) <span lang="en">groups a collection of <a class="link_ref" href="#TEI.alt" title="alt (alternation) identifies an alternation or a set of choices among elements or passages. [16.8. Alternation]"><alt/></a> elements and possibly pointers.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAT">16.8. Alternation</a>]</td> ---
<td id="TEI.altGrp"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-altGrp.html">altGrp</a></span>: (<span lang="en">alternation group</span>) <span lang="en">groups a collection of <a class="link_ref" href="#TEI.alt" title="alt (alternation) identifies an alternation or a set of choices among elements or passages. [16.8. Alternation]"><alt></a> elements and possibly pointers.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAT">16.8. Alternation</a>]</td>
199c199 < <td id="TEI.att.global.responsibility"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.responsibility.html">att.global.responsibility</a></span>: <span lang="en">provides attributes indicating the agency responsible for some aspect of the text, the markup or something asserted by the markup, and the degree of certainty associated with it.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHHR">11.3.2.2. Hand, Responsibility, and Certainty Attributes</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AISP">17.3. Spans and Interpretations</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDATTSnr">13.1.1. Linking Names and Their Referents</a>]</td> ---
<td id="TEI.att.global.responsibility"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.responsibility.html">att.global.responsibility</a></span>: <span lang="en">provides attributes indicating the agent responsible for some aspect of the text, the markup or something asserted by the markup, and the degree of certainty associated with it.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHHR">11.3.2.2. Hand, Responsibility, and Certainty Attributes</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AISP">17.3. Spans and Interpretations</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDATTSnr">13.1.1. Linking Names and Their Referents</a>]</td>
364c364 < <td id="TEI.correspAction"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspAction.html">correspAction</a></span>: <span lang="en">contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> ---
<td id="TEI.correspAction"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspAction.html">correspAction</a></span>: (<span lang="en">correspondence action</span>) <span lang="en">contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td>
367c367 < <td id="TEI.correspContext"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspContext.html">correspContext</a></span>: (<span lang="en">correspondence context</span>) <span lang="en">provides references to preceding or following correspondence related to this piece of correspondence</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> ---
<td id="TEI.correspContext"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspContext.html">correspContext</a></span>: (<span lang="en">correspondence context</span>) <span lang="en">provides references to preceding or following correspondence related to this piece of correspondence.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td>
370c370 < <td id="TEI.correspDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspDesc.html">correspDesc</a></span>: (<span lang="en">correspondence description</span>) <span lang="en">contains a description of the actions related to one act of correspondence</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> ---
<td id="TEI.correspDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspDesc.html">correspDesc</a></span>: (<span lang="en">correspondence description</span>) <span lang="en">contains a description of the actions related to one act of correspondence.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td>
382,444d381 < <td id="TEI.data.certainty"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.certainty.html">data.certainty</a></span>: <span lang="en">defines the range of attribute values expressing a degree of certainty.</span></td> < </tr> < <tr> < <td id="TEI.data.count"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.count.html">data.count</a></span>: <span lang="en">defines the range of attribute values used for a non-negative integer value used as a count.</span></td> < </tr> < <tr> < <td id="TEI.data.duration.iso"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.duration.iso.html">data.duration.iso</a></span>: <span lang="en">defines the range of attribute values available for representation of a duration in time using ISO 8601 standard formats</span></td> < </tr> < <tr> < <td id="TEI.data.duration.w3c"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.duration.w3c.html">data.duration.w3c</a></span>: <span lang="en">defines the range of attribute values available for representation of a duration in time using W3C datatypes.</span></td> < </tr> < <tr> < <td id="TEI.data.enumerated"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.enumerated.html">data.enumerated</a></span>: <span lang="en">defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities.</span></td> < </tr> < <tr> < <td id="TEI.data.interval"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.interval.html">data.interval</a></span>: <span lang="en">defines attribute values used to express an interval value.</span></td> < </tr> < <tr> < <td id="TEI.data.language"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html">data.language</a></span>: <span lang="en">defines the range of attribute values used to identify a particular combination of human language and writing system.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CH.html#CHSH">6.1. Language Identification</a>]</td> < </tr> < <tr> < <td id="TEI.data.name"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.name.html">data.name</a></span>: <span lang="en">defines the range of attribute values expressed as an XML Name.</span></td> < </tr> < <tr> < <td id="TEI.data.namespace"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.namespace.html">data.namespace</a></span>: <span lang="en">defines the range of attribute values used to indicate XML namespaces as defined by the W3C <a class="link_ref" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/">Namespaces in XML</a> Technical Recommendation.</span></td> < </tr> < <tr> < <td id="TEI.data.numeric"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.numeric.html">data.numeric</a></span>: <span lang="en">defines the range of attribute values used for numeric values.</span></td> < </tr> < <tr> < <td id="TEI.data.outputMeasurement"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.outputMeasurement.html">data.outputMeasurement</a></span>: <span lang="en">defines a range of values for use in specifying the size of an object that is intended for display.</span></td> < </tr> < <tr> < <td id="TEI.data.pattern"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.pattern.html">data.pattern</a></span>: (<span lang="en">regular expression pattern</span>) <span lang="en">defines attribute values which are expressed as a regular expression.</span></td> < </tr> < <tr> < <td id="TEI.data.point"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.point.html">data.point</a></span>: <span lang="en">defines the data type used to express a point in cartesian space.</span></td> < </tr> < <tr> < <td id="TEI.data.pointer"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.pointer.html">data.pointer</a></span>: <span lang="en">defines the range of attribute values used to provide a single URI, absolute or relative, pointing to some other resource, either within the current document or elsewhere.</span></td> < </tr> < <tr> < <td id="TEI.data.probability"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.probability.html">data.probability</a></span>: <span lang="en">defines the range of attribute values expressing a probability.</span></td> < </tr> < <tr> < <td id="TEI.data.replacement"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.replacement.html">data.replacement</a></span>: <span lang="en">defines attribute values which contain a replacement template.</span></td> < </tr> < <tr> < <td id="TEI.data.temporal.w3c"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.temporal.w3c.html">data.temporal.w3c</a></span>: <span lang="en">defines the range of attribute values expressing a temporal expression such as a date, a time, or a combination of them, that conform to the W3C <span class="titlem">XML Schema Part 2: Datatypes Second Edition</span> specification.</span></td> < </tr> < <tr> < <td id="TEI.data.text"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.text.html">data.text</a></span>: <span lang="en">defines the range of attribute values used to express some kind of identifying string as a single sequence of unicode characters possibly including whitespace.</span></td> < </tr> < <tr> < <td id="TEI.data.truthValue"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.truthValue.html">data.truthValue</a></span>: <span lang="en">defines the range of attribute values used to express a truth value.</span></td> < </tr> < <tr> < <td id="TEI.data.version"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.version.html">data.version</a></span>: <span lang="en">defines the range of attribute values which may be used to specify a TEI or Unicode version number.</span></td> < </tr> < <tr> < <td id="TEI.data.versionNumber"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.versionNumber.html">data.versionNumber</a></span>: <span lang="en">defines the range of attribute values used for version numbers.</span></td> < </tr> < <tr> 448,450d384 < <td id="TEI.data.xTruthValue"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.xTruthValue.html">data.xTruthValue</a></span>: (<span lang="en">extended truth value</span>) <span lang="en">defines the range of attribute values used to express a truth value which may be unknown.</span></td> < </tr> < <tr> 1351a1286,1357
</tr> <tr> <td id="TEI.teidata.certainty"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.certainty.html">teidata.certainty</a></span>: <span lang="en">defines the range of attribute values expressing a degree of certainty.</span></td> </tr> <tr> <td id="TEI.teidata.count"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.count.html">teidata.count</a></span>: <span lang="en">defines the range of attribute values used for a non-negative integer value used as a count.</span></td> </tr> <tr> <td id="TEI.teidata.duration.iso"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.duration.iso.html">teidata.duration.iso</a></span>: <span lang="en">defines the range of attribute values available for representation of a duration in time using ISO 8601 standard formats</span></td> </tr> <tr> <td id="TEI.teidata.duration.w3c"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.duration.w3c.html">teidata.duration.w3c</a></span>: <span lang="en">defines the range of attribute values available for representation of a duration in time using W3C datatypes.</span></td> </tr> <tr> <td id="TEI.teidata.enumerated"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.enumerated.html">teidata.enumerated</a></span>: <span lang="en">defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities.</span></td> </tr> <tr> <td id="TEI.teidata.interval"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.interval.html">teidata.interval</a></span>: <span lang="en">defines attribute values used to express an interval value.</span></td> </tr> <tr> <td id="TEI.teidata.language"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.language.html">teidata.language</a></span>: <span lang="en">defines the range of attribute values used to identify a particular combination of human language and writing system.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CH.html#CHSH">6.1. Language Identification</a>]</td> </tr> <tr> <td id="TEI.teidata.name"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.name.html">teidata.name</a></span>: <span lang="en">defines the range of attribute values expressed as an XML Name.</span></td> </tr> <tr> <td id="TEI.teidata.namespace"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.namespace.html">teidata.namespace</a></span>: <span lang="en">defines the range of attribute values used to indicate XML namespaces as defined by the W3C <a class="link_ref" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/">Namespaces in XML</a> Technical Recommendation.</span></td> </tr> <tr> <td id="TEI.teidata.numeric"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.numeric.html">teidata.numeric</a></span>: <span lang="en">defines the range of attribute values used for numeric values.</span></td> </tr> <tr> <td id="TEI.teidata.outputMeasurement"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.outputMeasurement.html">teidata.outputMeasurement</a></span>: <span lang="en">defines a range of values for use in specifying the size of an object that is intended for display.</span></td> </tr> <tr> <td id="TEI.teidata.pattern"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.pattern.html">teidata.pattern</a></span>: (<span lang="en">regular expression pattern</span>) <span lang="en">defines attribute values which are expressed as a regular expression.</span></td> </tr> <tr> <td id="TEI.teidata.point"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.point.html">teidata.point</a></span>: <span lang="en">defines the data type used to express a point in cartesian space.</span></td> </tr> <tr> <td id="TEI.teidata.pointer"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.pointer.html">teidata.pointer</a></span>: <span lang="en">defines the range of attribute values used to provide a single URI, absolute or relative, pointing to some other resource, either within the current document or elsewhere.</span></td> </tr> <tr> <td id="TEI.teidata.probCert"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.probCert.html">teidata.probCert</a></span>: <span lang="en">defines a range of attribute values which can be expressed either as a numeric probability or as a coded certainty value.</span></td> </tr> <tr> <td id="TEI.teidata.probability"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.probability.html">teidata.probability</a></span>: <span lang="en">defines the range of attribute values expressing a probability.</span></td> </tr> <tr> <td id="TEI.teidata.replacement"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.replacement.html">teidata.replacement</a></span>: <span lang="en">defines attribute values which contain a replacement template.</span></td> </tr> <tr> <td id="TEI.teidata.temporal.w3c"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.temporal.w3c.html">teidata.temporal.w3c</a></span>: <span lang="en">defines the range of attribute values expressing a temporal expression such as a date, a time, or a combination of them, that conform to the W3C <span class="titlem">XML Schema Part 2: Datatypes Second Edition</span> specification.</span></td> </tr> <tr> <td id="TEI.teidata.text"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.text.html">teidata.text</a></span>: <span lang="en">defines the range of attribute values used to express some kind of identifying string as a single sequence of unicode characters possibly including whitespace.</span></td> </tr> <tr> <td id="TEI.teidata.truthValue"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.truthValue.html">teidata.truthValue</a></span>: <span lang="en">defines the range of attribute values used to express a truth value.</span></td> </tr> <tr> <td id="TEI.teidata.version"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.version.html">teidata.version</a></span>: <span lang="en">defines the range of attribute values which may be used to specify a TEI or Unicode version number.</span></td> </tr> <tr> <td id="TEI.teidata.versionNumber"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.versionNumber.html">teidata.versionNumber</a></span>: <span lang="en">defines the range of attribute values used for version numbers.</span></td> </tr> <tr> <td id="TEI.teidata.word"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.word.html">teidata.word</a></span>: <span lang="en">defines the range of attribute values expressed as a single word or token.</span></td> </tr> <tr> <td id="TEI.teidata.xTruthValue"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.xTruthValue.html">teidata.xTruthValue</a></span>: (<span lang="en">extended truth value</span>) <span lang="en">defines the range of attribute values used to express a truth value which may be unknown.</span></td>
make[1]: *** [test-oddity] Error 1 make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts

See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/8/changes> Changes: [philomousos] Fixed ODD conversion and updated tests. ------------------------------------------ Started by an SCM change Building in workspace <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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/* > git rev-parse refs/remotes/origin/pureodd^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/pureodd^{commit} # timeout=10 Checking out Revision aa58851f1002875bf84832e121d6fa8782e26068 (refs/remotes/origin/pureodd) > git config core.sparsecheckout # timeout=10 > git checkout -f aa58851f1002875bf84832e121d6fa8782e26068 > git rev-list 4cfd0a3b29a842a497487cf5097bf796609d09b7 # timeout=10 > git tag -a -f -m Jenkins Build #8 jenkins-Stylesheets-pureodd-8 # timeout=10 [workspace] $ /bin/bash -xe /tmp/hudson1549573741628225713.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-pureodd/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-pureodd/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 BUILD Run tests (cd Test; make) make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> ../bin/teitorelaxng --odd test.odd test.rng Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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: 1 minute 43 seconds perl -i -p -e 's/generated from ODD source.*//' test.rng xmllint --format test.rng > temp; mv temp test.rng perl -i -pe 'BEGIN{undef $/;} s/<!--\n ?Schema[^>]+>//smg' test.rng if [ 0 -ne 1 ]; \ then diff test.rng expected-results/test.rng; fi (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 if [ 0 -ne 1 ]; \ then diff test.html expected-results/test.html; fi 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 if [ 0 -ne 1 ]; \ then diff test-complex.html expected-results/test-complex.html; fi 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 if [ 0 -ne 1 ]; \ then diff test-ota.html expected-results/test-ota.html; fi ../bin/teitohtml5 test.xml test.html5 Convert test.xml to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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: 10 seconds xmllint --encode utf-8 --format test.html5 | perl cleanup.pl > test.temp mv test.temp test.html5 if [ 0 -ne 1 ]; \ then diff test.html5 expected-results/test.html5; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test20.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test20.html if [ 0 -ne 1 ]; \ then diff test20.html expected-results/test20.html; fi 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 if [ 0 -ne 1 ]; \ then diff test4.html test3.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test5.xml ../html/html.xsl autoBlockQuote=true useFixedDate=true | xmllint --format - > test5.xhtml if [ 0 -ne 1 ]; \ then diff test5.xhtml expected-results/test5.xhtml; fi 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 if [ 0 -ne 1 ]; \ then diff test6.html expected-results/test6.html; fi 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 if [ 0 -ne 1 ]; \ then diff test14.html expected-results/test14.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test22.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test22.html if [ 0 -ne 1 ]; \ then diff test22.html expected-results/test22.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test23.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test23.html if [ 0 -ne 1 ]; \ then diff test23.html expected-results/test23.html; fi (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 if [ 0 -ne 1 ]; \ then diff -r files expected-results/testnotes; fi 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 if [ 0 -ne 1 ]; \ then diff -r files expected-results/testnotes2; fi 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 if [ 0 -ne 1 ]; \ then diff -r files expected-results/testnotes3; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test24.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test24.html if [ 0 -ne 1 ]; \ then diff test24.html expected-results/test24.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test25.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test25.html if [ 0 -ne 1 ]; \ then diff test25.html expected-results/test25.html; fi 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 if [ 0 -ne 1 ]; \ then diff test27.html expected-results/test27.html; fi 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 if [ 0 -ne 1 ]; \ then diff index.html expected-results/test28.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test31.xml ../html/html.xsl cssFile="" cssInlineFiles=../tei.css useFixedDate=true | xmllint --format - > test31.html if [ 0 -ne 1 ]; \ then diff test31.html expected-results/test31.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test32.xml ../html/html.xsl cssFile="" cssInlineFiles=../tei.css useFixedDate=true | xmllint --format - > test32.html if [ 0 -ne 1 ]; \ then diff test32.html expected-results/test32.html; fi BUILD: testing p4top5 java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -o:test17.tei test17.xml ../profiles/default/p4/from.xsl if [ 0 -ne 1 ]; \ then diff test17.tei expected-results/test17.tei; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar A54031.tcp ../tcp/tcp2tei.xsl | xmllint --format - > A54031.xml if [ 0 -ne 1 ]; \ then diff A54031.xml expected-results/A54031.xml; fi BUILD: testing oddity ../bin/teitohtml5 --summaryDoc --odd test.odd test.odd.html Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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 [echo] XSLT generate HTML files (language en) Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 1 minute 27 seconds xmllint --encode utf-8 --format test.odd.html | perl cleanup.pl> test.temp ; mv test.temp test.odd.html if [ 0 -ne 1 ]; \ then diff test.odd.html expected-results/test.odd.html; fi 43c43 < <li class="item"><span class="specList-elementSpec"><a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to tree element for representing ordered rooted tree structures. [19.3. Another ...">eTree</a></span> (<span lang="en">embedding tree</span>) <span lang="en">provides an alternative to tree element for representing ordered rooted tree structures.</span><div class="table"><table class="specDesc"><tr><td class="odd_value" colspan="2">[+ <a class="link_ref" href="#TEI.att.global" title="att.global provides attributes common to all elements in the TEI encoding scheme. [1.3.1.1. Global Attributes]">att.global</a> (<span class="attribute">@xml:id</span>, <span class="attribute">@n</span>, <span class="attribute">@xml:lang</span>, <span class="attribute">@xml:base</span>, <span class="attribute">@xml:space</span>) (<a class="link_ref" href="#TEI.att.global.rendition" title="att.global.rendition provides rendering attributes common to all elements in the TEI encoding scheme. [1.3.1.1.3. Rendition Ind...">att.global.rendition</a> (<span class="attribute">@rend</span>, <span class="attribute">@style</span>, <span class="attribute">@rendition</span>)) (<a class="link_ref" href="#TEI.att.global.linking" title="att.global.linking defines a set of attributes for hypertextual linking. [16. Linking Segmentation and Alignment]">att.global.linking</a> (<span class="attribute">@corresp</span>, <span class="attribute">@synch</span>, <span class="attribute">@sameAs</span>, <span class="attribute">@copyOf</span>, <span class="attribute">@next</span>, <span class="attribute">@prev</span>, <span class="attribute">@exclude</span>, <span class="attribute">@select</span>)) (<a class="link_ref" href="#TEI.att.global.facs" title="att.global.facs groups elements corresponding with all or part of an image because they contain an alternative representation o...">att.global.facs</a> (<span class="attribute">@facs</span>)) (<a class="link_ref" href="#TEI.att.global.change" title="att.global.change supplies the change attribute allowing its member elements to specify one or more states or revision campaign...">att.global.change</a> (<span class="attribute">@change</span>)) (<a class="link_ref" href="#TEI.att.global.responsibility" title="att.global.responsibility provides attributes indicating the agency responsible for some aspect of the text the markup or somet...">att.global.responsibility</a> (<span class="attribute">@cert</span>, <span class="attribute">@resp</span>)) <a class="link_ref" href="#TEI.att.typed" title="att.typed provides attributes which can be used to classify or subclassify elements in any way. [1.3.1. Attribute Classes 17.1....">att.typed</a> (<span class="attribute">@type</span>, <span class="attribute">@subtype</span>) ]</td></tr></table></div></li> --- > <li class="item"><span class="specList-elementSpec"><a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to tree element for representing ordered rooted tree structures. [19.3. Another ...">eTree</a></span> (<span lang="en">embedding tree</span>) <span lang="en">provides an alternative to tree element for representing ordered rooted tree structures.</span><div class="table"><table class="specDesc"><tr><td class="odd_value" colspan="2">[+ <a class="link_ref" href="#TEI.att.global" title="att.global provides attributes common to all elements in the TEI encoding scheme. [1.3.1.1. Global Attributes]">att.global</a> (<span class="attribute">@xml:id</span>, <span class="attribute">@n</span>, <span class="attribute">@xml:lang</span>, <span class="attribute">@xml:base</span>, <span class="attribute">@xml:space</span>) (<a class="link_ref" href="#TEI.att.global.rendition" title="att.global.rendition provides rendering attributes common to all elements in the TEI encoding scheme. [1.3.1.1.3. Rendition Ind...">att.global.rendition</a> (<span class="attribute">@rend</span>, <span class="attribute">@style</span>, <span class="attribute">@rendition</span>)) (<a class="link_ref" href="#TEI.att.global.linking" title="att.global.linking defines a set of attributes for hypertextual linking. [16. Linking Segmentation and Alignment]">att.global.linking</a> (<span class="attribute">@corresp</span>, <span class="attribute">@synch</span>, <span class="attribute">@sameAs</span>, <span class="attribute">@copyOf</span>, <span class="attribute">@next</span>, <span class="attribute">@prev</span>, <span class="attribute">@exclude</span>, <span class="attribute">@select</span>)) (<a class="link_ref" href="#TEI.att.global.facs" title="att.global.facs groups elements corresponding with all or part of an image because they contain an alternative representation o...">att.global.facs</a> (<span class="attribute">@facs</span>)) (<a class="link_ref" href="#TEI.att.global.change" title="att.global.change supplies the change attribute allowing its member elements to specify one or more states or revision campaign...">att.global.change</a> (<span class="attribute">@change</span>)) (<a class="link_ref" href="#TEI.att.global.responsibility" title="att.global.responsibility provides attributes indicating the agent responsible for some aspect of the text the markup or someth...">att.global.responsibility</a> (<span class="attribute">@cert</span>, <span class="attribute">@resp</span>)) <a class="link_ref" href="#TEI.att.typed" title="att.typed provides attributes which can be used to classify or subclassify elements in any way. [1.3.1. Attribute Classes 17.1....">att.typed</a> (<span class="attribute">@type</span>, <span class="attribute">@subtype</span>) ]</td></tr></table></div></li> 45c45 < <li class="item"><span class="specList-elementSpec"><a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to tree element for representing ordered rooted tree structures. [19.3. Another ...">eTree</a></span> (<span lang="en">embedding tree</span>) <span lang="en">provides an alternative to tree element for representing ordered rooted tree structures.</span><div class="table"><table class="specDesc"><tr><td class="Attribute"><span class="att">value</span></td><td><span lang="en">provides the value of an embedding tree, which is a feature structure or other analytic element.</span></td></tr><tr><td class="odd_value" colspan="2">[+ <a class="link_ref" href="#TEI.att.global" title="att.global provides attributes common to all elements in the TEI encoding scheme. [1.3.1.1. Global Attributes]">att.global</a> (<span class="attribute">@xml:id</span>, <span class="attribute">@n</span>, <span class="attribute">@xml:lang</span>, <span class="attribute">@xml:base</span>, <span class="attribute">@xml:space</span>) (<a class="link_ref" href="#TEI.att.global.rendition" title="att.global.rendition provides rendering attributes common to all elements in the TEI encoding scheme. [1.3.1.1.3. Rendition Ind...">att.global.rendition</a> (<span class="attribute">@rend</span>, <span class="attribute">@style</span>, <span class="attribute">@rendition</span>)) (<a class="link_ref" href="#TEI.att.global.linking" title="att.global.linking defines a set of attributes for hypertextual linking. [16. Linking Segmentation and Alignment]">att.global.linking</a> (<span class="attribute">@corresp</span>, <span class="attribute">@synch</span>, <span class="attribute">@sameAs</span>, <span class="attribute">@copyOf</span>, <span class="attribute">@next</span>, <span class="attribute">@prev</span>, <span class="attribute">@exclude</span>, <span class="attribute">@select</span>)) (<a class="link_ref" href="#TEI.att.global.facs" title="att.global.facs groups elements corresponding with all or part of an image because they contain an alternative representation o...">att.global.facs</a> (<span class="attribute">@facs</span>)) (<a class="link_ref" href="#TEI.att.global.change" title="att.global.change supplies the change attribute allowing its member elements to specify one or more states or revision campaign...">att.global.change</a> (<span class="attribute">@change</span>)) (<a class="link_ref" href="#TEI.att.global.responsibility" title="att.global.responsibility provides attributes indicating the agency responsible for some aspect of the text the markup or somet...">att.global.responsibility</a> (<span class="attribute">@cert</span>, <span class="attribute">@resp</span>)) <a class="link_ref" href="#TEI.att.typed" title="att.typed provides attributes which can be used to classify or subclassify elements in any way. [1.3.1. Attribute Classes 17.1....">att.typed</a> (<span class="attribute">@type</span>, <span class="attribute">@subtype</span>) ]</td></tr></table></div></li> --- > <li class="item"><span class="specList-elementSpec"><a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to tree element for representing ordered rooted tree structures. [19.3. Another ...">eTree</a></span> (<span lang="en">embedding tree</span>) <span lang="en">provides an alternative to tree element for representing ordered rooted tree structures.</span><div class="table"><table class="specDesc"><tr><td class="Attribute"><span class="att">value</span></td><td><span lang="en">provides the value of an embedding tree, which is a feature structure or other analytic element.</span></td></tr><tr><td class="odd_value" colspan="2">[+ <a class="link_ref" href="#TEI.att.global" title="att.global provides attributes common to all elements in the TEI encoding scheme. [1.3.1.1. Global Attributes]">att.global</a> (<span class="attribute">@xml:id</span>, <span class="attribute">@n</span>, <span class="attribute">@xml:lang</span>, <span class="attribute">@xml:base</span>, <span class="attribute">@xml:space</span>) (<a class="link_ref" href="#TEI.att.global.rendition" title="att.global.rendition provides rendering attributes common to all elements in the TEI encoding scheme. [1.3.1.1.3. Rendition Ind...">att.global.rendition</a> (<span class="attribute">@rend</span>, <span class="attribute">@style</span>, <span class="attribute">@rendition</span>)) (<a class="link_ref" href="#TEI.att.global.linking" title="att.global.linking defines a set of attributes for hypertextual linking. [16. Linking Segmentation and Alignment]">att.global.linking</a> (<span class="attribute">@corresp</span>, <span class="attribute">@synch</span>, <span class="attribute">@sameAs</span>, <span class="attribute">@copyOf</span>, <span class="attribute">@next</span>, <span class="attribute">@prev</span>, <span class="attribute">@exclude</span>, <span class="attribute">@select</span>)) (<a class="link_ref" href="#TEI.att.global.facs" title="att.global.facs groups elements corresponding with all or part of an image because they contain an alternative representation o...">att.global.facs</a> (<span class="attribute">@facs</span>)) (<a class="link_ref" href="#TEI.att.global.change" title="att.global.change supplies the change attribute allowing its member elements to specify one or more states or revision campaign...">att.global.change</a> (<span class="attribute">@change</span>)) (<a class="link_ref" href="#TEI.att.global.responsibility" title="att.global.responsibility provides attributes indicating the agent responsible for some aspect of the text the markup or someth...">att.global.responsibility</a> (<span class="attribute">@cert</span>, <span class="attribute">@resp</span>)) <a class="link_ref" href="#TEI.att.typed" title="att.typed provides attributes which can be used to classify or subclassify elements in any way. [1.3.1. Attribute Classes 17.1....">att.typed</a> (<span class="attribute">@type</span>, <span class="attribute">@subtype</span>) ]</td></tr></table></div></li> 199c199 < <td id="TEI.att.global.responsibility"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.responsibility.html">att.global.responsibility</a></span>: <span lang="en">provides attributes indicating the agency responsible for some aspect of the text, the markup or something asserted by the markup, and the degree of certainty associated with it.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHHR">11.3.2.2. Hand, Responsibility, and Certainty Attributes</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AISP">17.3. Spans and Interpretations</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDATTSnr">13.1.1. Linking Names and Their Referents</a>]</td> --- > <td id="TEI.att.global.responsibility"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.responsibility.html">att.global.responsibility</a></span>: <span lang="en">provides attributes indicating the agent responsible for some aspect of the text, the markup or something asserted by the markup, and the degree of certainty associated with it.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHHR">11.3.2.2. Hand, Responsibility, and Certainty Attributes</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AISP">17.3. Spans and Interpretations</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDATTSnr">13.1.1. Linking Names and Their Referents</a>]</td> 364c364 < <td id="TEI.correspAction"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspAction.html">correspAction</a></span>: <span lang="en">contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> --- > <td id="TEI.correspAction"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspAction.html">correspAction</a></span>: (<span lang="en">correspondence action</span>) <span lang="en">contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> 367c367 < <td id="TEI.correspContext"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspContext.html">correspContext</a></span>: (<span lang="en">correspondence context</span>) <span lang="en">provides references to preceding or following correspondence related to this piece of correspondence</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> --- > <td id="TEI.correspContext"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspContext.html">correspContext</a></span>: (<span lang="en">correspondence context</span>) <span lang="en">provides references to preceding or following correspondence related to this piece of correspondence.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> 370c370 < <td id="TEI.correspDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspDesc.html">correspDesc</a></span>: (<span lang="en">correspondence description</span>) <span lang="en">contains a description of the actions related to one act of correspondence</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> --- > <td id="TEI.correspDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspDesc.html">correspDesc</a></span>: (<span lang="en">correspondence description</span>) <span lang="en">contains a description of the actions related to one act of correspondence.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> make[1]: *** [test-oddity] Error 1 make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts

See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/9/changes> Changes: [philomousos] Trying to get tests to run against current P5. ------------------------------------------ [...truncated 88 lines...] [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 if [ 0 -ne 1 ]; \ then diff test.html5 expected-results/test.html5; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test20.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test20.html if [ 0 -ne 1 ]; \ then diff test20.html expected-results/test20.html; fi 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 if [ 0 -ne 1 ]; \ then diff test4.html test3.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test5.xml ../html/html.xsl autoBlockQuote=true useFixedDate=true | xmllint --format - > test5.xhtml if [ 0 -ne 1 ]; \ then diff test5.xhtml expected-results/test5.xhtml; fi 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 if [ 0 -ne 1 ]; \ then diff test6.html expected-results/test6.html; fi 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 if [ 0 -ne 1 ]; \ then diff test14.html expected-results/test14.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test22.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test22.html if [ 0 -ne 1 ]; \ then diff test22.html expected-results/test22.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test23.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test23.html if [ 0 -ne 1 ]; \ then diff test23.html expected-results/test23.html; fi (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 if [ 0 -ne 1 ]; \ then diff -r files expected-results/testnotes; fi 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 if [ 0 -ne 1 ]; \ then diff -r files expected-results/testnotes2; fi 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 if [ 0 -ne 1 ]; \ then diff -r files expected-results/testnotes3; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test24.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test24.html if [ 0 -ne 1 ]; \ then diff test24.html expected-results/test24.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test25.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test25.html if [ 0 -ne 1 ]; \ then diff test25.html expected-results/test25.html; fi 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 if [ 0 -ne 1 ]; \ then diff test27.html expected-results/test27.html; fi 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 if [ 0 -ne 1 ]; \ then diff index.html expected-results/test28.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test31.xml ../html/html.xsl cssFile="" cssInlineFiles=../tei.css useFixedDate=true | xmllint --format - > test31.html if [ 0 -ne 1 ]; \ then diff test31.html expected-results/test31.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test32.xml ../html/html.xsl cssFile="" cssInlineFiles=../tei.css useFixedDate=true | xmllint --format - > test32.html if [ 0 -ne 1 ]; \ then diff test32.html expected-results/test32.html; fi BUILD: testing p4top5 java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -o:test17.tei test17.xml ../profiles/default/p4/from.xsl if [ 0 -ne 1 ]; \ then diff test17.tei expected-results/test17.tei; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar A54031.tcp ../tcp/tcp2tei.xsl | xmllint --format - > A54031.xml if [ 0 -ne 1 ]; \ then diff A54031.xml expected-results/A54031.xml; fi BUILD: testing oddity ../bin/teitohtml5 --summaryDoc --odd test.odd test.odd.html Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/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 [echo] XSLT generate HTML files (language en) Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 1 minute 16 seconds xmllint --encode utf-8 --format test.odd.html | perl cleanup.pl> test.temp ; mv test.temp test.odd.html if [ 0 -ne 1 ]; \ then diff test.odd.html expected-results/test.odd.html; fi ../bin/teitoodd test.odd test.processedodd Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test/test.processedodd> (tei to odd) using profile default [echo] Do ODD expand processing (schema ) BUILD SUCCESSFUL Total time: 1 minute 15 seconds java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test.processedodd ../odds/extract-isosch.xsl > test.isosch perl -i -p -e 's/generated .* by /generated by /' test.isosch if [ 0 -ne 1 ]; \ then diff test.isosch expected-results/test.isosch; fi ../bin/teitornc test21.odd test21.odd.rnc Convert test21.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test/test21.odd.rnc> (tei to rnc) using profile default [echo] Do ODD expand processing (schema ) Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 1 minute 11 seconds perl -p -i -e 's/generated from ODD source.*//' test21.odd.rnc perl -i -pe 'BEGIN{undef $/;} s/# ?Schema[^#]+#[^#]+#[^#]+#[^#]+#\n//smg' test21.odd.rnc if [ 0 -ne 1 ]; \ then diff test21.odd.rnc expected-results/test21.odd.rnc; fi ../bin/teitornc test15.odd test15.odd.rnc Convert test15.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test/test15.odd.rnc> (tei to rnc) using profile default [echo] Do ODD expand processing (schema ) Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 1 minute 26 seconds perl -p -i -e 's/generated from ODD source.*//' test15.odd.rnc perl -i -pe 'BEGIN{undef $/;} s/# ?Schema[^#]+#[^#]+#[^#]+#[^#]+#\n//smg' test15.odd.rnc if [ 0 -ne 1 ]; \ then diff test15.odd.rnc expected-results/test15.odd.rnc; fi ../bin/teitohtml5 --summaryDoc --lang=es --profile=tei --odd test15.odd test15.odd.html Convert test15.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test/test15.odd.html> (tei to html5) using profile tei [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 [echo] XSLT generate HTML files (language es) Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 1 minute 52 seconds xmllint --encode utf-8 --format test15.odd.html | perl cleanup.pl> test.temp ; mv test.temp test15.odd.html if [ 0 -ne 1 ]; \ then diff test15.odd.html expected-results/test15.odd.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -it:main -xsl:../tools/oddbyexample.xsl corpus=`pwd`/bare | sed 's/<p>Derived from.*/<p\/>/' > oddbyexample.odd if [ 0 -ne 1 ]; \ then diff oddbyexample.odd expected-results/oddbyexample.odd; fi ../bin/teitoxsd oddbyexample.odd oddbyexample.xsd Convert oddbyexample.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test/oddbyexample.xsd> (tei to xsd) using profile default [echo] Do ODD expand processing (schema ) Warning: XML resolver not found; external catalogs will be ignored [xslt] Kill text model.global because it's repeated in following rule [xslt] Kill text model.global because it's repeated in following rule BUILD SUCCESSFUL Total time: 1 minute 28 seconds ../bin/teitornc oddbyexample.odd oddbyexample.rnc Convert oddbyexample.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test/oddbyexample.rnc> (tei to rnc) using profile default [echo] Do ODD expand processing (schema ) Warning: XML resolver not found; external catalogs will be ignored [xslt] Kill text model.global because it's repeated in following rule [xslt] Kill text model.global because it's repeated in following rule BUILD SUCCESSFUL Total time: 1 minute 34 seconds ../bin/teitodtd oddbyexample.odd oddbyexample.dtd Convert oddbyexample.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test/oddbyexample.dtd> (tei to dtd) using profile default [echo] Do ODD expand processing (schema ) Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 1 minute 28 seconds java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar -c oddbyexample.rnc bare/test2.xml java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar oddbyexample.xsd bare/test2.xml # BUG: no longer works because app part of model.global, therefore content # model of text is nondeterministic. #xmllint --noout --dtdvalid oddbyexample.dtd bare/test2.xml java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar -c oddbyexample.rnc bare/test.xml java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar oddbyexample.xsd bare/test.xml #xmllint --noout --dtdvalid oddbyexample.dtd bare/test.xml java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -s:testdrama.odd -xsl:../odds/odd2odd.xsl -o:testdrama.compiled.xml perl -p -i -e 's+ xml:base=".*testdrama.odd"++' testdrama.compiled.xml perl -i -pe 'BEGIN{undef $/;} s/<\?TEIVERSION[^?]+\?>//smg' testdrama.compiled.xml if [ 0 -ne 1 ]; \ then diff testdrama.compiled.xml expected-results/testdrama.compiled.xml; fi ../bin/teitornc test30.odd test30.rnc Convert test30.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test/test30.rnc> (tei to rnc) using profile default [echo] Do ODD expand processing (schema ) Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 1 minute 17 seconds ../bin/teitodtd test30.odd test30.dtd Convert test30.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test/test30.dtd> (tei to dtd) using profile default [echo] Do ODD expand processing (schema ) Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 1 minute 30 seconds perl -p -i -e 's/generated from ODD source .*//' test30.rnc perl -i -pe 'BEGIN{undef $/;} s/# ?Schema[^#]+#[^#]+#[^#]+#[^#]+#\n//smg' test30.rnc perl -p -i -e 's/generated from ODD source .*//' test30.dtd perl -i -pe 'BEGIN{undef $/;} s/<!--\nDTD[^>]*-->\n//smg' test30.dtd java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar -c test30.rnc test36.xml xmllint --noout --dtdvalid test30.dtd test36.xml if [ 0 -ne 1 ]; \ then diff test30.rnc expected-results/test30.rnc; fi if [ 0 -ne 1 ]; \ then diff test30.dtd expected-results/test30.dtd; fi 58a59,66
<!ENTITY % Tatt.global.responsibility.attribute.cert ' cert CDATA #IMPLIED'>
<!ENTITY % Tatt.global.responsibility.attribute.resp ' resp CDATA #IMPLIED'> <!ENTITY % Tatt.global.responsibility.attributes ' %Tatt.global.responsibility.attribute.cert; %Tatt.global.responsibility.attribute.resp;'> 321c329 < cert %data.certainty; #IMPLIED'>
cert CDATA #IMPLIED'> 1472c1480,1481 < <!--doc:contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence [2.4.6. Correspondence Description] -->
<!--doc:(correspondence action) contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence. [2.4.6. Correspondence Description] --> 1480c1489 < <!--doc:(correspondence context) provides references to preceding or following correspondence related to this piece of correspondence [2.4.6. Correspondence Description] -->
<!--doc:(correspondence context) provides references to preceding or following correspondence related to this piece of correspondence. [2.4.6. Correspondence Description] --> 1486c1495 < description) contains a description of the actions related to one act of correspondence [2.4.6. Correspondence Description] -->
description) contains a description of the actions related to one act of correspondence. [2.4.6. Correspondence Description] -->
2009c2018 < <!ELEMENT langUsage (language)+> ---
<!ELEMENT langUsage ((%model.pLike;)+|language+)> 2264c2273 < <!ELEMENT notatedMusic (%model.labelLike;|%model.ptrLike;|graphic|binaryObject)*>
<!ELEMENT notatedMusic (%model.labelLike;|%model.ptrLike;|graphic|binaryObject|seg)*> 2934c2943 < <!ELEMENT taxonomy ((%model.glossLike;|%model.descLike;)*|category+|((%model.biblLike;),category*))>
<!ELEMENT taxonomy ((%model.glossLike;|%model.descLike;)*|(category|taxonomy)+|((%model.biblLike;),(category|taxonomy)*))> make[1]: *** [test-oddity] Error 1 make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-pureodd/ws/Test'> make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts

participants (1)
-
Victoria TEI Jenkins