The file header for a color palette, stylesheet, or template manifest file looks like this:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<!DOCTYPE portal-manifest PUBLIC
  "-//Art Technology Group, Inc.//DTD Portal Manifest//EN"
  "http://www.atg.com/dtds/portal/framework/portal_manifest_1.0.dtd">

<portal-manifest name="NAME" version="1.0" author="AUTHOR">

<!-- BODY OF MANIFEST GOES HERE --!>

</portal-manifest>

For simplicity, the file header has been omitted from the examples in the following sections, but it should be included in each real manifest file.


Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices