Custom Metadata Rules
The rules used to extract metadata from content are extensible.
In this section:
- Extracting Metadata from XML FilesYou can customize metadata gathering using XSLT to transform the XML content into a simpler XML structure listing the metadata names and values for that content. The XSLT should be placed at
/HARP-META/metadata.xsl
either in a document type or a project. If placed within a document type, it will apply to all content using that document type in any project. If placed within a project, it will apply to all XML content in that project. - Extracting Metadata from Non-XML FilesMany non-XML document formats, like PDF and Microsoft Office files, have the ability to carry metadata embedded within them. Titania Delivery can extract this metadata and use it for its own purposes.
Previous topic: Custom Preview Stylesheets
Parent topic: Document Type Developer's Guide