Project

General

Profile

« Previous | Next » 

Revision 4998

-handle new(?) XPath for the question prompt and include in the CSV download
-sort the multiple choice options

View differences:

first-item-resultset.xsl
117 117
								<xsl:value-of select="." disable-output-escaping="yes"/>
118 118
								<br/>
119 119
							</xsl:for-each>
120
							<xsl:for-each select="./param[@name='presentation/flow/material/mattext']">
121
								<xsl:value-of select="." disable-output-escaping="yes"/>
122
								<br/>
123
							</xsl:for-each>
120 124
							<ul>
121 125
							<xsl:for-each
122 126
								select="./param[@name='response_label/material/mattext']">
127
								<xsl:sort select="."/>
123 128
								<li>
124 129
									<xsl:value-of select="." disable-output-escaping="yes"/>
125 130
								</li>	

Also available in: Unified diff