|
30 | 30 | </fo:layout-master-set> |
31 | 31 | <fo:page-sequence master-reference="Letter Page"> |
32 | 32 | <fo:static-content flow-name="xsl-region-after"> |
33 | | - <fo:block text-align="center"><fo:inline font-style="italic">References Available Apon Request</fo:inline></fo:block> |
| 33 | + <fo:block text-align="center"><fo:inline font-style="italic" font-size="11pt">References Available Apon Request</fo:inline></fo:block> |
34 | 34 | </fo:static-content><fo:static-content flow-name="xsl-region-before"> |
35 | 35 | <fo:block><xsl:if test="string(/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:GivenName/text())"><fo:inline> |
36 | 36 | <xsl:value-of select="/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:GivenName/text()"/> |
|
46 | 46 | <xslt:comment> center header </xslt:comment> |
47 | 47 | <fo:block text-align="center"><xsl:if test="string(/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:GivenName/text())"><fo:inline font-size="14pt" font-weight="bold"> |
48 | 48 | <xsl:value-of select="/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:GivenName/text()"/> |
49 | | -</fo:inline></xsl:if> <xsl:if test="string(/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:FamilyName/text())"><fo:inline> |
| 49 | +</fo:inline></xsl:if> <xsl:if test="string(/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:FamilyName/text())"><fo:inline font-size="14pt" font-weight="bold"> |
50 | 50 | <xsl:value-of select="/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:FamilyName/text()"/> |
51 | 51 | </fo:inline></xsl:if></fo:block> |
| 52 | +<fo:block white-space-collapse="false" |
| 53 | + white-space-treatment="preserve" |
| 54 | + font-size="0pt" line-height="15px">.</fo:block> |
| 55 | + |
52 | 56 | <fo:block text-align="center">Address</fo:block> |
53 | 57 |
|
54 | 58 | <xslt:comment> summary </xslt:comment> |
|
58 | 62 | <xsl:value-of select="/ns1:Resume/ns1:StructuredXMLResume/ns1:Objective/text()"/> |
59 | 63 | </fo:inline></xsl:if> |
60 | 64 | </fo:block> |
| 65 | +<fo:block white-space-collapse="false" |
| 66 | + white-space-treatment="preserve" |
| 67 | + font-size="0pt" line-height="15px">.</fo:block> |
61 | 68 |
|
62 | 69 | <xslt:comment> education </xslt:comment> |
63 | 70 | <fo:block text-align="left"><fo:inline font-weight="bold">Education</fo:inline></fo:block> |
|
75 | 82 | </fo:block> |
76 | 83 | </xsl:for-each> |
77 | 84 | </fo:block> |
78 | | - |
| 85 | +<fo:block white-space-collapse="false" |
| 86 | + white-space-treatment="preserve" |
| 87 | + font-size="0pt" line-height="15px">.</fo:block> |
| 88 | + |
79 | 89 | <xslt:comment> skills </xslt:comment> |
80 | 90 | <fo:block text-align="left"><fo:inline font-weight="bold">Skills</fo:inline></fo:block> |
81 | 91 |
|
|
91 | 101 | </xslt:choose> |
92 | 102 | </xslt:variable> |
93 | 103 | <fo:block text-align="left"> |
94 | | -<xsl:if test="string(ns1:EmployerOrgName/text())"><fo:inline font-weight="bold" text-underline-style="solid"> |
| 104 | +<xsl:if test="string(ns1:EmployerOrgName/text())"><fo:inline font-weight="bold"> |
95 | 105 | <xsl:value-of select="ns1:EmployerOrgName/text()"/> |
96 | 106 | </fo:inline></xsl:if> |
97 | 107 | </fo:block> |
|
120 | 130 | </fo:block> |
121 | 131 | </xsl:for-each> |
122 | 132 | </fo:block> |
| 133 | +<fo:block white-space-collapse="false" |
| 134 | + white-space-treatment="preserve" |
| 135 | + font-size="0pt" line-height="15px">.</fo:block> |
123 | 136 | </xsl:for-each> |
124 | | -<fo:block text-align="left">new line</fo:block> |
125 | 137 | </fo:block> |
126 | | - |
| 138 | + |
127 | 139 | <xslt:comment> hobbies/interests </xslt:comment> |
128 | 140 | <fo:block text-align="left"> </fo:block> |
129 | 141 | <fo:block text-align="left"><fo:inline font-weight="bold">Hobbies / Interests</fo:inline></fo:block> |
|
0 commit comments