Official DTDs
From Joomla! Documentation
Joomla! 1.5 Internal Doctypes[edit]
List of doctypes used by the installation manifest XMLs for Joomla! and 3rd party add-ons.
- Template Manifest (templateDetails.xml):
<!DOCTYPE install PUBLIC "-//Joomla! 1.5//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/1.5/template-install.dtd">
- Component Manifest (component-install.xml):
<!DOCTYPE install PUBLIC "-//Joomla! 1.5//DTD component 1.0//EN" "http://www.joomla.org/xml/dtd/1.5/component-install.dtd">
- Plugin Manifest (plugin-install.xml):
<!DOCTYPE install PUBLIC "-//Joomla! 1.5//DTD plugin 1.0//EN" "http://www.joomla.org/xml/dtd/1.5/plugin-install.dtd">
- Module Manifest (module-install.xml):
<!DOCTYPE install PUBLIC "-//Joomla! 1.5//DTD module 1.0//EN" "http://www.joomla.org/xml/dtd/1.5/module-install.dtd">
Doctypes for newer versions[edit]
See Recommended_DocTypes for information for newer versions of Joomla.