<components> (Template Tag)


Description


The <components> tag defines components existing in the <assembly> tag.


Example


 <?xml version="1.0" encoding="utf-8"?>

. . .

 <assembly id="nxm.dist.sales_documents.standard.pl">

   <references>

     <reference>nxm.biz.data</reference>

     <reference>nxm.biz.data1</reference>

   </references>

   <components>

     <import id="header" source="standard_blocks/company_header"></import>

     <define>

. . .

     </define>

   </components>

 </assembly>

. . .




Attributes


There are no attributes.


Child elements permitted





Child element

Description

import

This tag imports content from another template to a place where any other tag is placed. 

After the "/" sign, enter "id" of the definition used.

define

This tag defines a component i.e. a content placed as the XML sub-tree in this tag.



Parent elements permitted


<assembly>