M
massiC
Hi, I am developing a form.
At a certain point, I have added some more controls to the existing,
functioning form. When I tried to create a new document using the form,
I got the error:
Modello di modulo:
file:///E:\dev\hr-xml\personale\forms\PERS-SCHEDA-2.xsn
Impossibile aprire la visualizzazione seguente: Visualizzazione 1
Il file di visualizzazione seguente non è valido: view1.xsl
Il file XSL non è un documento XSL valido.
Previsto token ')', trovato '['.
{xdBinding:getNodeID(../..-->[<--1]/hr:EmployerOrg[1]/hrositionHistory[1]/hr:OrgName/hr:OrganizationName)}
It seems that the view1.xsl file generated by InfoPath is corrupted. I
have unzipped the xsn file, and the only fragment where the expression
appears is one control:
<div>azienda:
<span class="xdTextBox" hideFocus="1" title="" xd:xctname="PlainText"
tabIndex="0"
xd:CtrlId="CTRL70"
xd:binding="../..[1]/hr:EmployerOrg[1]/hrositionHistory[1]/hr:OrgName/hr:OrganizationName"
style="WIDTH: 100%">
<xsl:value-of
select="../..[1]/hr:EmployerOrg[1]/hrositionHistory[1]/hr:OrgName/hr:OrganizationName"/>
</span>
</div>
but I don't find the sintax error highlighted.
HOW CAN I RECOVER THE FORM? I have tried to edit manually the
view1.xsl, without success.
Thanks
Massimo
At a certain point, I have added some more controls to the existing,
functioning form. When I tried to create a new document using the form,
I got the error:
Modello di modulo:
file:///E:\dev\hr-xml\personale\forms\PERS-SCHEDA-2.xsn
Impossibile aprire la visualizzazione seguente: Visualizzazione 1
Il file di visualizzazione seguente non è valido: view1.xsl
Il file XSL non è un documento XSL valido.
Previsto token ')', trovato '['.
{xdBinding:getNodeID(../..-->[<--1]/hr:EmployerOrg[1]/hrositionHistory[1]/hr:OrgName/hr:OrganizationName)}
It seems that the view1.xsl file generated by InfoPath is corrupted. I
have unzipped the xsn file, and the only fragment where the expression
appears is one control:
<div>azienda:
<span class="xdTextBox" hideFocus="1" title="" xd:xctname="PlainText"
tabIndex="0"
xd:CtrlId="CTRL70"
xd:binding="../..[1]/hr:EmployerOrg[1]/hrositionHistory[1]/hr:OrgName/hr:OrganizationName"
style="WIDTH: 100%">
<xsl:value-of
select="../..[1]/hr:EmployerOrg[1]/hrositionHistory[1]/hr:OrgName/hr:OrganizationName"/>
</span>
</div>
but I don't find the sintax error highlighted.
HOW CAN I RECOVER THE FORM? I have tried to edit manually the
view1.xsl, without success.
Thanks
Massimo