About ParseX
ParseX is an extra for MODX to fetch XML files from any location on the web and put its contents into placeholders. It works with rss feeds, product lists, race results or any nested XML format.
Information
Released
December 12, 2016
Supported Database
MySQL, SQL Server
License
GPLv2
Supported Versions
2.0 - <2.5
Downloads
2,620
Instructions
Usage:
[[!parsex? &source=`http://modx.com/feeds/latest.rss` &tpl=`xmlTpl` &element=`item` &wrapper=`wrapX`]]
In real words:
"Please get that feed from modx.com and put all elements that are "item" into the microtemplate "xmlTpl". And please also embed that mass of items into the microtemplate "wrapX".Set &debugmode=`true` to see all available elements you can use from your specific feed.
New in 1.1.0-pl
Version 1.1.0 (Dec 12 2016) by Jako
Version 1.0.1 (Aug. 11 2015)
ParseX now also can read attributes of the container item, not from its children only.Version 1.0.0 (Feb. 10 2015)
Initial version