TRANSFORM | Contains or points to a series of instructions for populating the view based on the data and template provided in the document or for generating the view from scratch based only on the data. The behavior of the TRANSFORM depends upon the presence of the TEMPLATE element. If a TEMPLATE element is provided, then the TRANSFORM merges the data in the DATA element with the TEMPLATE to produce a new populated view. If the TEMPLATE element is not provided, then the TRANSFORM generates the complete view from scratch based on provided data. A TRANSFORM element may contain either TRANSFORM_PAGES or TRANSFORM_FILES. Use TRANSFORM_PAGES for page-based file formats and TRANSFORM_FILES when all pages are contained in a single object.Contains or points to a series of instructions for populating the view based on the data and template provided in the document or for generating the view from scratch based only on the data. The behavior of the TRANSFORM depends upon the presence of the TEMPLATE element. If a TEMPLATE element is provided, then the TRANSFORM merges the data in the DATA element with the TEMPLATE to produce a new populated view. If the TEMPLATE element is not provided, then the TRANSFORM generates the complete view from scratch based on provided data. A TRANSFORM element may contain either TRANSFORM_PAGES or TRANSFORM_FILES. Use TRANSFORM_PAGES for page-based file formats and TRANSFORM_FILES when all pages are contained in a single object. |