Creating Business XML Files for Context Templates
Business XML files are used as input for create and import activities (see Methods of Creating Additional Context Templates):
Using the import from file icon requires that the business XML file and additional files (as described in Required Contents of ZIP File Used for Importing a Context Template) be packaged in a ZIP or JAR file.
When using the new template icon , the business XML file can be used alone as the input when no additional content files are referenced in the business XML file, or it can be used in a ZIP or JAR file when additional content files are referenced in the XML file.
All business XML files must start with the following lines:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE context_type SYSTEM "standardX26.dtd">
where context_type is one of the following:
OrganizationConfig for organization templates
ProductConfig for product templates
LibraryConfig for library templates
ProjectConfig for project and program templates
Was this helpful?