This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
xmlns:tei="http://www.tei-c.org/ns/1.0" | |
xmlns="http://www.tei-c.org/ns/1.0" | |
xpath-default-namespace="http://www.tei-c.org/ns/1.0" | |
exclude-result-prefixes="xs tei" | |
version="2.0"> | |
<!-- Notice TEI namespace is also given in 'xpath-default-namespace' --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
<teiHeader> | |
<fileDesc> | |
<titleStmt> | |
<title>TEI Minimal</title> | |
<author>James Cummings</author> | |
</titleStmt> | |
<publicationStmt> | |
<publisher>TEI Consortium</publisher> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<elementSpec ident="include" ns="http://www.w3.org/2001/XInclude" mode="add"> | |
<desc xml:lang="en" versionDate="2014-01-12">The W3C XInclude element</desc> | |
<classes> | |
<memberOf key="model.common"/> | |
<memberOf key="model.teiHeaderPart"/> | |
</classes> | |
<content> | |
<elementRef key="fallback" minOccurs="0" maxOccurs="1"/> | |
</content> | |
<attList> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<TEI xml:lang="en" xmlns="http://www.tei-c.org/ns/1.0" | |
xmlns:rng="http://relaxng.org/ns/structure/1.0" | |
xmlns:math="http://www.w3.org/1998/Math/MathML" | |
> | |
<teiHeader> | |
<fileDesc> | |
<titleStmt> | |
<title>TEI with MathML and testing attributes with same name</title> | |
<author>Sebastian Rahtz</author> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<root> | |
<group> | |
<l xml:id="ms1-1"> | |
<q target="#ms1-q-1">1</q> | |
</l> | |
<l xml:id="ms1-2"> | |
<q target="#ms1-q-1">1</q> | |
</l> | |
<l xml:id="ms1-3"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
exclude-result-prefixes="xs" version="2.0"> | |
<xsl:output method="xml" indent="yes"/> | |
<!-- | |
Group input like: | |
<root> | |
<l xml:id="ms1-26"> | |
<q target="#ms1-q-4">4</q> |