1<?xml version="1.0" encoding="UTF-8"?>
·<?xml-model href="/home/michael/dharma/schemas/inscription.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
·<?xml-model href="/home/michael/dharma/schemas/inscription.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
·<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:lang="eng">
5 <teiHeader>
· <fileDesc>
· <titleStmt>
· <title>Test Gaiji</title>
· <respStmt>
10 <resp>so many</resp>
· <persName ref="part:mime">
· <forename>Michaël</forename>
· <surname>Meyer</surname>
· </persName>
15 </respStmt>
· </titleStmt>
· <publicationStmt>
· <authority>DHARMA</authority>
· <pubPlace>Paris</pubPlace>
20 </publicationStmt>
· <sourceDesc>
· <msDesc>
· <msIdentifier>
· <repository>DHARMAbase</repository>
25 <idno/>
· </msIdentifier>
· </msDesc>
· </sourceDesc>
· </fileDesc>
30 </teiHeader>
· <text><body>
·
·<div type="edition" xml:lang="san">
·
35<p>
· Testing of g[@type="numeral"]:
·
· <g type="numeral">34</g>
· <g type="numeral">3/4</g>
40 <g type="numeral">3⁄4</g>
· <g type="numeral">¾</g>
·
· <g type="numeral">294303/23920</g>
· <g type="numeral">294303⁄23920</g>
45</p>
·
·<p>
· Testing of tooltips:
· <g type="alphabetic" ref="sym:unclassified">foo</g>
50 <g type="connector" ref="sym:unclassified">foo</g>
· <g type="ideogram" ref="sym:unclassified">foo</g>
·
· <g type="numeral" ref="sym:unclassified">foo</g>
· <g type="symbol" ref="sym:unclassified">foo</g>
55 <g type="pc" ref="sym:unclassified">foo</g>
· <g ref="sym:unclassified">foo</g>
·
· <g type="symbol" ref="sym:ffibueifbuzi">foo</g>
·</p>
60
·<p>
· Tests for checking what text the g element is replaced with.
· <g type="ideogram" ref="sym:symbolwithmapping">foo</g>
· <g type="ideogram" ref="sym:symbolwithmapping"/>
65 <g type="ideogram" ref="sym:symbolwithoutmappingbutwithname"/>
· <g type="ideogram" ref="sym:symbolnotinthetaxonomy"/>
· <g type="symbol" ref="sym:symbolnotinthetaxonomy"/>
· <g ref="sym:symbolnotinthetaxonomy"/>
·</p>
70
·<p>
· Tests legacy encoding:
·
· <g type="floret"/>
75 <g type="floret">foo</g>
·
·
· <g type="myUnknownSymbol"/>
· <g type="myUnknownSymbol">foo</g>
80</p>
·
·
·<p>ref present and token has mapping: display the mapping, ignore content -
· <g ref="sym:doubleBar">.</g> -
85 <g ref="sym:doubleBar">.</g></p>
·<p>ref present and token has mapping: display the mapping, ignore content and type -
· <g type="connector" ref="sym:doubleBar">|</g> -
· <g type="connector" ref="sym:doubleBar">|</g></p>
·<p>ref present, no mapping: display the name, ignore content -
90 <g ref="sym:san-srivatsa">|</g> -
· <g ref="sym:san-srivatsa">|</g></p>
·<p>ref present, no mapping: display the name, ignore content and type -
· <g type="punctuation" ref="sym:san-srivatsa">|</g> -
· <g type="punctuation" ref="sym:san-srivatsa">|</g></p>
95<p>no mapping, no name: show content -
· <g>%</g> -
· <g>%</g> <hi rend="check">desired: %</hi></p>
·<p>no mapping, no name: show content, ignore type -
· <g type="punctuation">%</g> -
100 <g type="punctuation">%</g> <hi rend="check">desired: %</hi></p>
·<p>no mapping, no name: show content, ignore type-
· <g type="ideogram">%</g> -
· <g type="ideogram">%</g> <hi rend="check">desired: %</hi></p>
·<p>no mapping, no name, no content: show default placeholder based on type -
105 <g type="symbol"></g> -
· <g type="symbol"/></p>
·<p>no mapping, no name, no content: show default placeholder based on type -
· <g>.</g> -
· <g/></p>
110<p>no mapping, no name, no content: show default placeholder based on type -
· <g type="ideogram"></g> -
· <g type="ideogram"/> <hi rend="check">desired: @</hi></p>
·<p>no mapping, no name, no content: show default placeholder based on type -
· <g type="punctuation"></g> -
115 <g type="punctuation"/> <hi rend="check">desired: .</hi></p>
·<p>no mapping, no name, no content: show default placeholder based on type -
· <g type="connector"></g> -
· <g type="connector"/> <hi rend="check">desired: §</hi></p>
·
120
·
·</div>
·
· </body></text>
125</TEI>