Skip to content

Commit

Permalink
Update tlg0007.tlg081.perseus-grc4.xml
Browse files Browse the repository at this point in the history
fixed CTS refsDecl
  • Loading branch information
lcerrato authored Jul 12, 2019
1 parent 8e9835b commit 77f6a65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/tlg0007/tlg081/tlg0007.tlg081.perseus-grc4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ schematypens="http://relaxng.org/ns/structure/1.0"?>
<biblStruct>
<monogr>
<author>Plutarch</author>
<title>Moralia</title>
<title xml:lang="lat">Moralia</title>
<editor role="editor">Grēgorios N. Vernardakēs</editor>
<imprint>
<pubPlace>Leipzig</pubPlace>
Expand All @@ -53,13 +53,13 @@ Architecture</p>
<refsDecl n="CTS">
<!-- <state delim="." unit="chapter"/>
<state unit="section"/> -->
<cRefPattern n="chapter" matchPattern="(\w+)"
replacementPattern="#xpath(/tei:TEI/tei:text/tei:body/tei:div/tei:div[@n='$1'])">
<p>This pointer pattern extracts chapters</p>
</cRefPattern>
<cRefPattern n="section" matchPattern="(\w+).(\w+)"
replacementPattern="#xpath(/tei:TEI/tei:text/tei:body/tei:div/tei:div[@n='$1']/tei:div[@n='$2'])">
<p>This pointer pattern extracts sections</p>
</cRefPattern>
<cRefPattern n="chapter" matchPattern="(\w+)"
replacementPattern="#xpath(/tei:TEI/tei:text/tei:body/tei:div/tei:div[@n='$1'])">
<p>This pointer pattern extracts chapters</p>
</cRefPattern>
</refsDecl>
<!-- <refsDecl doctype="TEI.2">
Expand Down

0 comments on commit 77f6a65

Please sign in to comment.