APPLICATION (for manifest)
The APPLICATION element specifies the location of the configuration file
for the application. 
Syntax
This element takes a mandatory 
xcf attribute.
[<APPLICATION xcf='xcf_fileName'></APPLICATION>] [...]- The xcf_fileName specifies the path to an application configuration file (xcf) in an archive file.
 
Usage
If your application xcf files were in the /xcf
directory of your archive, you would define them as shown. The applications specified must be in the
archive.
<MANIFEST>
  <DESCRIPTION></DESCRIPTION>
  <TRIGGERS></TRIGGERS>
  <RESOURCES></RESOURCES>
  <APPLICATION xcf='xcf/test.xcf'></APPLICATION>
  <APPLICATION xcf='xcf/app2.xcf'></APPLICATION>
</MANIFEST>Child elements
There are no child elements.
Parent elements
This element is a child of the MANIFEST element in MANIFEST file