Commit 31074c8 1 parent 4ee0c3e commit 31074c8 Copy full SHA for 31074c8
File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2
2
<xsl : stylesheet
3
3
xmlns : xsl =" http://www.w3.org/1999/XSL/Transform"
4
4
xmlns : xs =" http://www.w3.org/2001/XMLSchema"
5
- xmlns : tei =" http://www.tei-c.org/ns/1.0"
5
+ xpath-default-namespace =" http://www.tei-c.org/ns/1.0"
6
6
exclude-result-prefixes =" xs"
7
7
version =" 2.0" >
8
8
9
9
<xsl : import href =" base.xsl" />
10
10
11
- <xsl : template match =" tei: dimensions" >
12
- <xsl : for-each select =" tei: *" >
11
+ <xsl : template match =" dimensions" >
12
+ <xsl : for-each select =" *" >
13
13
<xsl : apply-templates select =" ." />
14
14
<xsl : if test =" position() ne last()" >
15
15
<xsl : text >x</xsl : text >
18
18
<xsl : value-of select =" @unit" />
19
19
</xsl : template >
20
20
21
- <xsl : template match =" tei: hi" >
21
+ <xsl : template match =" hi" >
22
22
<mark >
23
23
<xsl : apply-templates />
24
24
</mark >
Original file line number Diff line number Diff line change 2
2
<xsl : stylesheet
3
3
xmlns : xsl =" http://www.w3.org/1999/XSL/Transform"
4
4
xmlns : xs =" http://www.w3.org/2001/XMLSchema"
5
- xmlns : tei =" http://www.tei-c.org/ns/1.0"
5
+ xpath-default-namespace =" http://www.tei-c.org/ns/1.0"
6
6
exclude-result-prefixes =" xs"
7
7
version =" 2.0" >
8
8
9
9
<xsl : import href =" base.xsl" />
10
10
11
- <xsl : template match =" tei: quote" >
11
+ <xsl : template match =" quote" >
12
12
"<xsl : apply-templates />"
13
13
</xsl : template >
14
14
15
- <xsl : template match =" tei: hi[@rend='italic']" >
15
+ <xsl : template match =" hi[@rend='italic']" >
16
16
<i >
17
17
<xsl : apply-templates />
18
18
</i >
19
19
</xsl : template >
20
20
21
- <xsl : template match =" tei: p" >
21
+ <xsl : template match =" p" >
22
22
<p >
23
23
<xsl : apply-templates />
24
24
</p >
Original file line number Diff line number Diff line change 2
2
<xsl : stylesheet
3
3
xmlns : xsl =" http://www.w3.org/1999/XSL/Transform"
4
4
xmlns : xs =" http://www.w3.org/2001/XMLSchema"
5
- xmlns : tei =" http://www.tei-c.org/ns/1.0"
5
+ xpath-default-namespace =" http://www.tei-c.org/ns/1.0"
6
6
exclude-result-prefixes =" xs"
7
7
version =" 2.0" >
8
8
9
9
<xsl : import href =" base.xsl" />
10
10
11
- <xsl : template match =" tei: physDesc" >
11
+ <xsl : template match =" physDesc" >
12
12
<h3 >Physical Description</h3 >
13
13
<xsl : apply-templates />
14
14
</xsl : template >
15
15
16
- <xsl : template match =" tei: textLang" >
16
+ <xsl : template match =" textLang" >
17
17
<p >
18
18
<b >Languages: </b >
19
19
<xsl : apply-templates />
20
20
</p >
21
21
</xsl : template >
22
22
23
- <xsl : template match =" tei: supplied" >
23
+ <xsl : template match =" supplied" >
24
24
<xsl : text >⟨</xsl : text >
25
25
<xsl : apply-templates />
26
26
<xsl : text >⟩</xsl : text >
You can’t perform that action at this time.
0 commit comments