Expand my Community achievements bar.

javascript reference to xml data fails

Avatar

Level 2

Hello,

Would like some advice regarding referencing xmldata passed to a form via a dataconnection.

According documentation the reference would be: xfa.record preceding the rootelement of your data connection.

version:

designer 9.0.0.2.

Dataconnection xsd definition is according expat parser definitions. the testdata used is checked against the xsd definitions and is valid. It has the following structure:

<xsd:element name="ICBSDATA" type="aType"/>

<xsd:complexType name="aType">

     <xsd:all minOccurs="0">

          <xsd:element name="aElement" type="xsd:string"/>

          <!-- etc.../>

     </xsd:all>

</xsd:complexType>

I am failing to get the data though, due to the fact that in preview m

0 Replies