Is there a way to filter the resulting XML document

A

Alex Irazabal

Is there a way to exclude nodes from the "main" data source, so the resulting XML file contains only the ones you need? I find that as I add fields to the data source for calculations or controls (which may not be part of the original xml file) it adds these fields to the resulting XML. I want only the fields in the original XML file to be included in the end. Can this be done?
 
M

Matthew Blain \(Serriform\)

With SP-1, you can work with secondary data sources much like you can with
the primary data source. Put your 'view' data in an 'xml file' data
connection, and it won't be saved at all.

Alex Irazabal said:
Is there a way to exclude nodes from the "main" data source, so the
resulting XML file contains only the ones you need? I find that as I add
fields to the data source for calculations or controls (which may not be
part of the original xml file) it adds these fields to the resulting XML. I
want only the fields in the original XML file to be included in the end. Can
this be done?
 
Top