You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: P5/Source/Guidelines/en/DI-PrintDictionaries.xml
+2-3
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ result, many general problems of text encoding are particularly
29
29
pronounced here, and more compromises and alternatives within the
30
30
encoding scheme may be required in the future.<noteplace="bottom">We
31
31
refer the reader to previous and current discussions of a common
32
-
format for encoding lexical resources. For example, <ptrtype="cit"target="#DI-BIBL-1"/>; <ptrtype="cit"target="#DI-BIBL-2"/>;<ptrtype="cit"target="#DI-BIBL-3"/>; <ptrtype="cit"target="#DI-BIBL-4"/>; <ptrtype="cit"target="#DI-BIBL-5"/>; <ptrtype="cit"target="#DI-BIBL-6"/>; <ptrtype="cit"target="#DI-BIBL-7"/>; and <ptrtype="cit"target="#DI-BIBL-8"/>; <ptrtype="cit"target="#DI-BIBL-9"/>.</note> Two problems are particularly
32
+
format for encoding lexical resources. For example, <ptrtype="cit"target="#DI-BIBL-1"/>; <ptrtype="cit"target="#DI-BIBL-2"/>;<ptrtype="cit"target="#DI-BIBL-3"/>; <ptrtype="cit"target="#DI-BIBL-4"/>; <ptrtype="cit"target="#DI-BIBL-5"/>; <ptrtype="cit"target="#DI-BIBL-6"/>; <ptrtype="cit"target="#DI-BIBL-7"/>; and <ptrtype="cit"target="#DI-BIBL-8"/>; <ptrtype="cit"target="#DI-BIBL-9"/>.</note> Two problems are particularly
33
33
prominent.</p>
34
34
35
35
<p>First, because the structure of dictionary entries varies widely
@@ -1982,8 +1982,7 @@ derivatives or inflected forms of the entry word, or for compound words, phrases
1982
1982
collocations, and idioms containing the entry word. </p>
1983
1983
<p>Related entries can be complex, and may in fact include any of the information to be
1984
1984
found in a regular entry. Therefore, the <gi>re</gi> element is defined to contain
1985
-
the same elements as an <gi>entry</gi> element, with the exception that it may not
1986
-
contain any nested <gi>re</gi> elements. </p>
1985
+
the same elements as an <gi>entry</gi> element. </p>
1987
1986
<p>Examples:<qrend="display">
1988
1987
<hirend="bold">bevvy</hi>
1989
1988
<codelang="ipa">(ˈbɛvɪ)</code> <emph>informal</emph> n, pl <hirend="bold">-vies</hi> <hirend="bold">1</hi> a drink, esp an
Copy file name to clipboardexpand all lines: P5/Source/Guidelines/en/SA-LinkingSegmentationAlignment.xml
+30-32
Original file line number
Diff line number
Diff line change
@@ -467,7 +467,7 @@ XPointer schemes.</item>
467
467
<p>All TEI attributes used to point at something else are declared as
468
468
having the datatype <identtype="datatype">teidata.pointer</ident>, which
469
469
is defined as a URI reference<noteplace="bottom">The URI (Universal
470
-
Resource Indicator) is defined in <reftarget="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986</ref></note>; the
470
+
Resource Indicator) is defined in <reftarget="https://www.ietf.org/rfc/rfc3986.txt">RFC 3986</ref></note>; the
471
471
cases so far discussed are all simple examples of a URI
472
472
reference. Another familiar example is the mechanism used in XHTML to
473
473
create represent hypertext links by means of the XHTML <attscheme="XHTML">href</att> attribute. A URI reference can reference the
@@ -687,7 +687,7 @@ chapter and elsewhere in these Guidelines. </p>
687
687
688
688
Any number of <gi>prefixDef</gi> elements may be provided for the same prefix. A processor may decide to process one or all of them; if it processes only one, it should choose the first one with the correct <att>ident</att> value, so the primary or most important <gi>prefixDef</gi> for any given prefix should appear first in its parent <gi>listPrefixDef</gi>.</p>
689
689
690
-
<p>When creating private URI schemes, it is recommended that you avoid using any existing registered prefix. A list of registered prefixes is maintained by IANA at <ptrtarget="http://www.iana.org/assignments/uri-schemes.html"/>.</p>
690
+
<p>When creating private URI schemes, it is recommended that you avoid using any existing registered prefix. A list of registered prefixes is maintained by IANA at <ptrtarget="https://www.iana.org/assignments/uri-schemes.html"/>.</p>
691
691
692
692
<p>Note that this mechanism can also be used to dereference other abbreviated pointing systems which are based on prefixes, such as Tag URIs.</p>
693
693
@@ -746,13 +746,12 @@ kinds of object:
746
746
<listtype="gloss">
747
747
<label>Node</label>
748
748
<item>A node is an instance of one of the node kinds defined in
749
-
the <reftarget="https://www.w3.org/TR/xpath-datamodel/">XQuery
750
-
1.0 and XPath 2.0 Data Model (Second Edition)</ref>. It represents
749
+
the <reftarget="https://www.w3.org/TR/xpath-datamodel/">XQuery and XPath Data Model 3.1</ref>. It represents
751
750
a single item in the XML information set for a document. For pointing
752
751
purposes, the only nodes that are of interest are Text Nodes,
753
752
Element Nodes, and Attribute Nodes.</item>
754
753
<label>Sequence</label>
755
-
<item>A Sequence follows the definition in the XPath 2.0 Data
754
+
<item>A Sequence follows the definition in the XPath 3.1 Data
756
755
Model, with one alteration. A Sequence is an ordered collection
757
756
of zero or more items, where an item is either a node or a partial
758
757
text node.
@@ -829,7 +828,7 @@ scheme.</p>
829
828
<head>xpath()</head>
830
829
<p><code>Sequence xpath(XPATH)</code></p>
831
830
<p>The <nametype="xpscheme">xpath()</name> scheme locates zero or more nodes within an XML
832
-
Information Set. The single argument <rs>XPATH</rs> is an XPath selection pattern, as
831
+
Information Set. The single argument XPATH is an XPath selection pattern, as
833
832
defined in <reftarget="https://www.w3.org/TR/xslt-30/#dt-selection-pattern">XSLT
834
833
3.0</ref>, that returns a node or sequence of nodes. XPaths returning atomic values
835
834
(e.g. <name>substring()</name>) are illegal in the <nametype="xpscheme">xpath()</name>
@@ -839,9 +838,9 @@ scheme.</p>
839
838
attribute nodes should be avoided in schemes other than <nametype="xpscheme"
840
839
>xpath()</name>. </p>
841
840
<p>The example below, and all subsequent examples in this section refer
842
-
to the following TEI fragment<anchorxml:id="SATSXP-ex"/>:
841
+
to the following TEI fragment:
843
842
<!-- Ostrakon from Trimithis (O.Trim 1, 1) http://papyri.info/ddbdp/o.trim;1;1 -->
indicates the sequence <code><![CDATA[<unclear>s</unclear>emp<unclear>er</unclear> in mente]]></code>.</p>
965
+
indicates the sequence <code><![CDATA[<unclear>s</unclear>emp<unclear>er</unclear> in mente]]></code> (an element, a text node, another element, and a partial text node).</p>
0 commit comments