XML display

Categories

Component ID

1307164

Component name

XML display

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

166

Component created

Component changed

Component body

This module takes XML from any URL and transforms it via XSLT.

It can be useful, for example, in the following cases:

  • Displaying XML information like weather, currency or the likes that there is no point in making into a node.
  • Displaying XML informtaion from something that is not a RSS formed XML. (Generally the Feeds module and Feeds XPath Parser are better for XML that should be turned into nodes. Another module to consider is XML Views)
  • When the developer really, really, really likes XSLT. However uncommon that might be.

The user enters a path and some xsl and a block is created that can be used.

Requirements

This module requires The PHP XSL extension.