XML Content

weam - March 11, 2007 - 11:46

XML Content is an XML entry, XSL transformation, and XML validation module that leverages PHP xml and xsl support, and the drupal output filter system. With XML Content, you can save XML inside the body of any node type, and have it display differently with XSL, or validated against a preconfigured schema.

XML Content features:

  • Multiple xml document types, by creating multiple input formats
  • Custom XSL script for each input format, and hence custom vew for each document type
  • On-submit XML validation of nodes that have an XML input format
  • Options with multiple levels/types of validation or each format: None, Well-formed, DTD, XSD, RelaxNG

Moreover, since the functionality is implemented as an output filter, the original XML remains intact, and available for processing by PHP, like extracting a node's title field value from an XML element insde the node body with SimpleXML.

XML Content currently requires PHP 5, and does NOT feature a web-based XML editor.

Releases

Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2008-Apr-0710.63 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
5.x-1.x-dev2007-Jun-1910.62 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.