Skip to content

Commit

Permalink
preserving space for quote elements in transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Jan 12, 2017
1 parent b69132d commit a70305e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 tei:orgName"/>
elements="tei:q tei:quote tei:seg tei:hi tei:ab tei:persName tei:rs tei:workName tei:characterName tei:placeName tei:date tei:add tei:head tei:orgName"/>
<xsl:include href="common_link.xsl"/>
<xsl:include href="common_main.xsl"/>
<xsl:include href="apparatus.xsl"/>
Expand Down
2 changes: 1 addition & 1 deletion xsl/document.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 tei:orgName"/>
elements="tei:q tei:quote 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:orgName"/>

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

Expand Down
2 changes: 1 addition & 1 deletion xsl/letters.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:wega="http://xquery.weber-gesamtausgabe.de/webapp/functions/utilities" version="2.0">
<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 tei:subst tei:add tei:note tei:orgName"/>
<xsl:preserve-space elements="tei:q tei:quote 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:subst tei:add tei:note tei:orgName"/>
<xsl:include href="common_link.xsl"/>
<xsl:include href="common_main.xsl"/>
<xsl:include href="apparatus.xsl"/>
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="collapseBlock" select="false()"/>
<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 tei:orgName tei:note"/>
<xsl:preserve-space elements="tei:q tei:quote 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:orgName tei:note"/>
<xsl:include href="common_link.xsl"/>
<xsl:include href="common_main.xsl"/>

Expand Down

0 comments on commit a70305e

Please sign in to comment.