The ATG platform includes a global component /atg/dynamo/service/xml/XMLTemplateMap
whose mappings enable ATG servlet beans to locate templates. XMLTemplateMap
has the following service Map properties:
urlTemplateMap
maps an absolute URL/URI of an XML file to the absolute URI/URL of a template. For example:urlTemplateMap=/xml/orders.xml=/xml/orders
template.jsp
docTypeTemplateMap
maps a DTD document-type name to a template.defaultTemplate
specifies a template to use when no template is found for an XML file. You can set this property to either a URL or a URI in the document root.