Project

General

Profile

« Previous | Next » 

Revision 4893

disable output escaping for CDATA html elements

View differences:

first-item-resultset.xsl
110 110
						
111 111
						<td class="text_plain">
112 112
							<xsl:for-each select="./param[@name='presentation/flow/response_lid/render_choice/material/mattext']">
113
								<xsl:value-of select="."/>
113
								<xsl:value-of select="." disable-output-escaping="yes"/>
114 114
								<br/>
115 115
							</xsl:for-each>	
116 116
							<xsl:for-each select="./param[@name='presentation/flow/response_str/material/mattext']">
117
								<xsl:value-of select="."/>
117
								<xsl:value-of select="." disable-output-escaping="yes"/>
118 118
								<br/>
119 119
							</xsl:for-each>
120 120
							<ul>
121 121
							<xsl:for-each
122 122
								select="./param[@name='response_label/material/mattext']">
123 123
								<li>
124
									<xsl:value-of select="." />
124
									<xsl:value-of select="." disable-output-escaping="yes"/>
125 125
								</li>	
126 126
							</xsl:for-each>
127 127
							</ul>

Also available in: Unified diff