|
|
|
Description |
|
|
The <reference> tag lists referenced assemblies (DLLs) e.g. libraries necessary to run a template and to support displaying data in various formats. The tag creates references to multiple libraries that are used in templates. You can use <reference> tag many times in your code. |
|
Example |
|
|
Example with one element (reference): <?xml version="1.0" encoding="utf-8"?> <assembly id="nxm.dist.sales_documents.standard.pl"> <reference>nxm.biz.data</reference> <components> . . . </components> </assembly> Example with many elements (references): <?xml version="1.0" encoding="utf-8"?> <assembly id="nxm.dist.sales_documents.standard.pl"> <reference>nxm.biz.data</reference> <reference>nxm.biz.data1</reference> <components> . . . </components> </assembly> |
|
Attributes |
|
|
There are no attributes |
|
Child elements permitted |
|
|
<reference> |
|
Parent elements permitted |
|
|
<assembly> |
|
|
|
|
|
|
|