K
Krishna Kal
Hello,
I am creating a Infopath form using a cabmaker with existing XSl,XML, XSD
and Manisfest.xsf files. I am able to create the Infopath from successfully
and able to open them too.
But now when I click on Desing Mode, I get an error saying
A view in the form template contains a structure that InfoPath does not
support.
Structure details:
<xsl:for-each xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select="Sam">
<td>
<div>
<xsl:for-each select="Cell">
<xsl:choose>
<xsl:when test="FormCellType='Label'">
<label>
<xsl:value-of select="LabelText"/>
</label>
</xsl:when>
<xsl:when test="FormCellType='CheckBox'">
<input type="checkbox" binding="field1" boundprop="value">
<xsl:value-of select="CheckBoxText"/>
</input>
</xsl:when>
</xsl:for-each>
</div>
</td>
</xsl:for-each>
Could any one help me with what the Issue is
I am creating a Infopath form using a cabmaker with existing XSl,XML, XSD
and Manisfest.xsf files. I am able to create the Infopath from successfully
and able to open them too.
But now when I click on Desing Mode, I get an error saying
A view in the form template contains a structure that InfoPath does not
support.
Structure details:
<xsl:for-each xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select="Sam">
<td>
<div>
<xsl:for-each select="Cell">
<xsl:choose>
<xsl:when test="FormCellType='Label'">
<label>
<xsl:value-of select="LabelText"/>
</label>
</xsl:when>
<xsl:when test="FormCellType='CheckBox'">
<input type="checkbox" binding="field1" boundprop="value">
<xsl:value-of select="CheckBoxText"/>
</input>
</xsl:when>
</xsl:for-each>
</div>
</td>
</xsl:for-each>
Could any one help me with what the Issue is