kirangentlebreeze1987 Posted February 23, 2011 Share Posted February 23, 2011 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.