Skip to content

Commit

Permalink
preserve space for tei:note
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Jun 11, 2015
1 parent c4e0c71 commit 560dded
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion xsl/diary_tableLeft.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<xsl:output encoding="UTF-8" method="html" omit-xml-declaration="yes" indent="no"/>
<xsl:strip-space elements="*"/>
<xsl:preserve-space
elements="tei:seg tei:hi tei:ab tei:persName tei:rs tei:workName tei:characterName tei:placeName tei:date tei:add tei:head"/>
elements="tei:seg tei:hi tei:ab tei:persName tei:rs tei:workName tei:characterName tei:placeName tei:date tei:add tei:head tei:note"/>
<xsl:include href="common_link.xsl"/>
<xsl:include href="common_main.xsl"/>
<!-- <xsl:param name="pageBreak"/> -->
Expand Down
2 changes: 1 addition & 1 deletion xsl/doc_text.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<xsl:strip-space elements="*"/>
<xsl:preserve-space
elements="tei:item tei:cell tei:p tei:dateline tei:closer tei:opener tei:hi tei:persName tei:rs tei:workName tei:characterName tei:placeName tei:seg tei:footNote tei:head tei:date"/>
elements="tei:item tei:cell tei:p tei:dateline tei:closer tei:opener tei:hi tei:persName tei:rs tei:workName tei:characterName tei:placeName tei:seg tei:footNote tei:head tei:date tei:note"/>

<xsl:param name="headerMode" select="false()"/>

Expand Down
2 changes: 1 addition & 1 deletion xsl/letter_text.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<xsl:output encoding="UTF-8" method="html" omit-xml-declaration="yes" indent="no"/>
<xsl:strip-space elements="*"/>
<xsl:preserve-space
elements="tei:item tei:cell tei:p tei:dateline tei:closer tei:opener tei:hi tei:addrLine tei:persName tei:rs tei:workName tei:characterName tei:placeName tei:seg tei:l tei:head tei:salute tei:date"/>
elements="tei:item tei:cell tei:p tei:dateline tei:closer tei:opener tei:hi tei:addrLine tei:persName tei:rs tei:workName tei:characterName tei:placeName tei:seg tei:l tei:head tei:salute tei:date tei:note"/>
<xsl:include href="common_link.xsl"/>
<xsl:include href="common_main.xsl"/>

Expand Down
2 changes: 1 addition & 1 deletion xsl/news.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<xsl:output encoding="UTF-8" method="html" omit-xml-declaration="yes" indent="no"/>
<xsl:strip-space elements="*"/>
<xsl:preserve-space
elements="tei:item tei:cell tei:p tei:dateline tei:closer tei:opener tei:hi tei:persName tei:rs tei:workName tei:characterName tei:placeName tei:seg tei:head tei:date"/>
elements="tei:item tei:cell tei:p tei:dateline tei:closer tei:opener tei:hi tei:persName tei:rs tei:workName tei:characterName tei:placeName tei:seg tei:head tei:date tei:note"/>
<xsl:include href="common_main.xsl"/>
<xsl:include href="common_link.xsl"/>
<xsl:template match="/">
Expand Down
2 changes: 1 addition & 1 deletion xsl/person_singleView.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<xsl:output encoding="UTF-8" method="html" omit-xml-declaration="yes"/>

<xsl:preserve-space
elements="tei:item tei:cell tei:hi tei:persName tei:rs tei:workName tei:characterName tei:placeName tei:head tei:date"/>
elements="tei:item tei:cell tei:hi tei:persName tei:rs tei:workName tei:characterName tei:placeName tei:head tei:date tei:note"/>

<xsl:param name="eventID" as="xs:string"/>

Expand Down
2 changes: 1 addition & 1 deletion xsl/var.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<xsl:param name="uri"/>
<xsl:strip-space elements="*"/>
<xsl:preserve-space
elements="tei:cell tei:p tei:hi tei:persName tei:rs tei:workName tei:characterName tei:placeName tei:code tei:eg tei:item tei:head tei:date"/>
elements="tei:cell tei:p tei:hi tei:persName tei:rs tei:workName tei:characterName tei:placeName tei:code tei:eg tei:item tei:head tei:date tei:note"/>
<xsl:include href="common_link.xsl"/>
<xsl:include href="common_main.xsl"/>
<xsl:template match="/">
Expand Down

0 comments on commit 560dded

Please sign in to comment.