G
G. Tarazi
Hi
I just realized that InfoPath requires the XML to be come in the exact order as the schema, for example, if the schema says:
<A>
<B>
<C>
And the xml comes ordered in a different way, like:
<B>
<A>
<C>
InfoPath will trigger an error message
Element "node" is unexpected according to content model of parent element ..
Is that normal?
Thanks
I just realized that InfoPath requires the XML to be come in the exact order as the schema, for example, if the schema says:
<A>
<B>
<C>
And the xml comes ordered in a different way, like:
<B>
<A>
<C>
InfoPath will trigger an error message
Element "node" is unexpected according to content model of parent element ..
Is that normal?
Thanks