Re: invalid binding expression error

When the element 'submission' has the attribute ref="analysis/type",
the resultant output file is empty. The submission element is:

<xforms:submission id="savepagegeneralinformation"
action="file://~/tmp/testsubmit.xml" method="put" indent="false"
omit-xml-declaration="false" standalone="false"/>

When the attribute 'ref' is changed to ref="analysis" the output file is:

<?xml version="1.0"?>
<analysis type="epc">epc england</analysis>
<?xml version="1.0"?>
<analysis type="epc">epc scotland</analysis>

When the attribute 'ref' is removed, the output file is:

<?xml version="1.0"?>
<purpose>
       <analysis type="epc">epc england</analysis>
       <analysis type="epc">epc scotland</analysis>
      </purpose>

If the list menu in writer is used to choose 'epc england', the output
file should only show the element for the value of 'epc england',
correct? Also, even though the attribute 'indent' is set to 'false',
whitespace is applied.

Received on Tuesday, 14 September 2010 20:16:24 UTC