Experimental project

This is a sandbox project, which contains experimental code for developer use only.

feeds_xml_xsd processes an XSD schema, cascading nested XSD, and exposes all the available tuples in the Feeds mapper.

In Drupal we have Feeds that can read the most basic tuples like Title, author, date and body. For more complex datasets queries need to be written for each tuple in Xpath or Querypath. Not so effective if you need to process many queries.

These mappings can be stored in a feature so processing of large and complex data is automated.

XML (Extensible Markup Language) defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. It is widely used to transfer complex datasets between computer systems.

XSD (XML Schema Definition Language) is the most commonly used schema technique that express a set of rules to which an XML document must conform in order to be considered 'valid' according to that schema.

Project information

  • By florisg on , updated