Hi,
I have painstakingly managed to complete a form which I must say really works well and if we can manipulate the data will save us hours of time. BUT
I have one problem.
The form has 2 sections. the first carries fields such as date, place etc, the second "sub form" contains several rows of fields, such as name etc. A row is completed per person attending an event. Each event could have 2, 3 or even up to 8 attending.
My problem is that at the moment I have 20 rows of data within the sub form. When we convert this to XML, the blank rows are also exported.
Is it possible to remove them at any point prior to exporting to XML?
Thanks
You can embed and use XSL transformation (XSLT) for input and output of XML.
for example pretend following is your background XML data.