Automatically create metadata

Issue

Customer is wanting to automatically generate metadata from ePublisher

Solution

Please refer to the attached files in VariableMarker.zip for the instructions. The process for getting metadata into the output requires some customization.

1. Create markers in the source document that have the desired information such as the author's name, date created, version, etc. For the author's name I created a marke

2. Go back to your ePublisher project

3. Now we are going to go to the project directory

<meta name="author" content="Jane Smith" wwpage:attribute-content="wwvars:Author" />

You can put anything in that content quote as a placeholder, the wwpage:attribute-content ="wwvars:Author" is the actual declaration of the variable. So if you were wanting to enter in a date, for example, you would use

<meta name="date" content="June 12, 2008" wwpage:attribute-content="wwvars:Date" />

4. Open project and regenerate to see changes

LaurenLever/@Solutions/Overrides/Automatically create metadata (last edited 2009-09-10 22:15:04 by LaurenLever)