Skip to content

Commit

Permalink
Merge pull request #2632 from TEIC/issue-2621
Browse files Browse the repository at this point in the history
Reformulated remark for xmlns in root elements (TEI and teiCorpus)
  • Loading branch information
trishaoconnor authored Jan 21, 2025
2 parents 623d1c8 + 0ebc38c commit 10ed15e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
18 changes: 11 additions & 7 deletions P5/Source/Specs/TEI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,17 @@
</TEI>
</egXML>
</exemplum>
<remarks versionDate="2022-04-04" xml:lang="en">
<p>This element is required. It is customary to specify the TEI
namespace <ident type="ns">http://www.tei-c.org/ns/1.0</ident> on
it, for example: <tag type="start">TEI version="4.4.0"
xml:lang="it" xmlns="http://www.tei-c.org/ns/1.0"</tag>.</p>
</remarks>
<remarks versionDate="2022-02-20" xml:lang="es"><p>El elemento es obligatorio. Normalmente se especifica el espacio de nombres (namespace) de TEI en su interior <code>http://www.tei-c.org/ns/1.0</code>, utilizando el atributo <att>xmlns</att></p></remarks>

<remarks versionDate="2024-12-10" xml:lang="en">
<p>As with all elements in the TEI scheme (except <gi>egXML</gi>) this element is
in the TEI namespace (see <ptr target="#SGname"/>). Thus, when it is used as the
outermost element of a TEI document, it is necessary to specify the TEI namespace
on it. This is customarily achieved by including <ident type="ns">http://www.tei-c.org/ns/1.0</ident> as the value of the XML namespace declaration (xmlns), without indicating a prefix,
and then not using a prefix on TEI elements in the rest of the document. For example:
<tag type="start">TEI version="4.8.1" xml:lang="it" xmlns="http://www.tei-c.org/ns/1.0"</tag>.</p>
</remarks>
<remarks versionDate="2024-12-10" xml:lang="es">
<p>Como todos los elementos en el esquema TEI (excepto <gi>egXML</gi>), este elemento se encuentra en el espacio de nombres (<foreign>namespace</foreign>) de TEI (cf. <ptr target="#SGname"/>). Por lo tanto, cuando se utiliza como el elemento más externo de un documento TEI, es necesario especificar el espacio de nombres de TEI en su interior. Esto se hace, normalmente, incluyendo <ident type="ns">http://www.tei-c.org/ns/1.0</ident> como valor de la declaración de espacio de nombres (xmlns) sin indicar un prefijo, y por lo tanto sin necesidad de utilizar un prefijo en los elementos TEI del resto del documento. Por ejemplo: <tag type="start">TEI version="4.8.1" xml:lang="it" xmlns="http://www.tei-c.org/ns/1.0"</tag>.</p></remarks>
<remarks versionDate="2007-06-12" xml:lang="fr">
<p>Cet élément est obligatoire.</p>
</remarks>
Expand Down
11 changes: 10 additions & 1 deletion P5/Source/Specs/teiCorpus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,18 @@
</egXML>
</exemplum>
<remarks versionDate="2019-12-09" xml:lang="en">
<p rend="dataDesc">Should contain one TEI header for the corpus, and
<p rend="dataDesc">Should contain one <gi>teiHeader</gi> for the corpus, and
a series of <gi>TEI</gi> elements, one for each text.</p>
<p>As with all elements in the TEI scheme (except <gi>egXML</gi>) this element is
in the TEI namespace (see <ptr target="#SGname"/>). Thus, when it is used as the
outermost element of a TEI document, it is necessary to specify the TEI namespace
on it. This is customarily achieved by including <ident type="ns">http://www.tei-c.org/ns/1.0</ident> as the value of the XML namespace declaration (xmlns), without indicating a prefix,
and then not using a prefix on TEI elements in the rest of the document. For example:
<tag type="start">teiCorpus version="4.8.1" xml:lang="en" xmlns="http://www.tei-c.org/ns/1.0"</tag>.</p>
</remarks>
<remarks versionDate="2024-12-10" xml:lang="es">
<p>Este elemento debe contener un <gi>teiHeader</gi> para el corpus y una serie de elementos <gi>TEI</gi> para cada texto.</p>
<p>Como todos los elementos en el esquema TEI (excepto <gi>egXML</gi>), este elemento se encuentra en el espacio de nombres (<foreign>namespace</foreign>) de TEI (cf. <ptr target="#SGname"/>). Por lo tanto, cuando se utiliza como el elemento más externo en un documento TEI, es necesario especificar el espacio de nombres de TEI en su interior. Esto se hace, normalmente, incluyendo <ident type="ns">http://www.tei-c.org/ns/1.0</ident> como valor de la declaración del espacio de nombres (xmlns) sin indicar un prefijo, y por lo tanto sin necesidad de utilizar un prefijo en los elementos TEI del resto del documento. Por ejemplo: <tag type="start">teiCorpus version="4.8.1" xml:lang="es" xmlns="http://www.tei-c.org/ns/1.0"</tag>.</p></remarks>
<remarks versionDate="2007-06-12" xml:lang="fr">
<p rend="dataDesc">Cet élément doit contenir un en-tête TEI pour le corpus, et une suite
d'éléments <gi>TEI</gi>, correspondant à autant de textes.</p>
Expand Down

0 comments on commit 10ed15e

Please sign in to comment.