id (attribute of Template Tag)


Description


The id attribute enables defining IDs of various components within <assembly> tag.

After defining an ID you can refer to a component. Components can be both imported from outside and defined within the <assembly> tag.


Example


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

 <assembly id="nxm.tests.basic.pl">

   <components>

     <define id="text_and_para">

       <content>

         <document>

           <section width="10.0" height="15.0" style="default">

             <text>First text</text>

           </section>

         </document>

       </content>

     </define>

   </components>

 </assembly>