
Has XInclude processing changed in the build process? I have an ODD file that uses XInclude with the @xpointer attribute. It used to work (last tested months to years ago), but this morning does not -- the <xi:fallback> is getting executed. I made a quick test file, and indeed an <xi:include> w/o an @xpointer attribute worked, but | <xi:include href="./Ti.odd" xpointer="element(FUN)"> did not. The bit that I *think* is relevant to this is line 384 of Stylesheets/common/teianttasks.xml. Tiny test files: <?xml version="1.0" encoding="UTF-8"?> <TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:xi="http://www.w3.org/2001/XInclude"> <teiHeader> <fileDesc> <titleStmt> <title>little TEI ODD XInclude test</title> <author>Syd Bauman</author> </titleStmt> <publicationStmt> <publisher>Council, if any</publisher> <availability> <p>Available via GFDL.</p> </availability> </publicationStmt> <sourceDesc> <p>Born digital.</p> </sourceDesc> </fileDesc> </teiHeader> <text> <body> <xi:include href="./test_xi_inside.odd" xpointer="element(FUN)"> <xi:fallback>AAArgh!</xi:fallback> </xi:include> </body> </text> </TEI> <?xml version="1.0" encoding="utf-8"?> <body xmlns="http://www.tei-c.org/ns/1.0"> <schemaSpec xml:id="FUN" ident="TOX" start="TEI"> <moduleRef key="header"/> <moduleRef key="core"/> <moduleRef key="tei"/> <moduleRef key="textstructure"/> </schemaSpec> </body>
participants (1)
-
Syd Bauman