Project

General

Profile

« Previous | Next » 

Revision 5999

render the <data/> CDATA section in

 - it's a csv string

View differences:

resultset.xsl
204 204
							</td>
205 205
							
206 206
						</tr>
207
						
208
						<!-- data -->
209
						<tr>
210
							<td>
211
								<xsl:call-template name="data"/>	
212
							</td>
213
						</tr>
214
						
207 215
					</table>
208 216
											
209 217
				</div>
......
284 292
		</table>
285 293
	</xsl:template>
286 294
	
295
	<xsl:template name="data">
296
		<!-- render the data -->
297
		<table class="subGroup subGroup_border onehundred_percent">	
298
			<tr>
299
				<td class="rowodd" width="{$labelWidth}">
300
					Data:
301
				</td>
302
				<td>
303
					<pre>
304
						<xsl:value-of select="./data" />
305
					</pre>
306
				</td>
307
			</tr>			
308
		</table>
309
	</xsl:template>
310
	
287 311

  
288 312
</xsl:stylesheet>

Also available in: Unified diff