Jump to content

required white space missing


kirangentlebreeze1987

Recommended Posts

hello experts i could not correct this error "Required white space missing"below is sample piece of code

<xsl:template name="match">			<xsl:param name="nodeType"/>			<xsl:param name="employeeTag"/>			<xsl:param name="fieldName"/>			<xsl:param name="fieldId"/>			<xsl:param name="nodeValue"/>			<xsl:if test="$nodeType='text'">				<tr>				   <td>					<xsl:value-of select="$fieldName"/><input type="text" name="$fieldName" id="$fieldId" value="{$emp/employee/emp[@id = "$employeeTag"]}"/> 				   </td>				</tr>			</xsl:if>

i am getting error on this line <xsl:value-of select="$fieldName"/><input type="text" name="$fieldName" id="$fieldId" value="{$emp/employee/emp[@id = "$employeeTag"]}"/> can any one please help me in solving this

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...