[[PageOutline(2-5,Contents,pullout)]] = Chain multiple macros and processors == Description This macro allows you to chain multiple macros (including WikiProcessors) together, similar to Unix command line pipes. That means it allows you to feed the output from one macro as input to the next. The following mimicks the [t:MacroBazaar#MimeInclude MimeInclude] macro: {{{ [[MacroChain(Include(http://www.example.com/), text/html)]] }}} This uses the CsvMacro to display a csv file from the repository as a table: {{{ [[MacroChain(Include(trunk/foo/bar.csv), CsvMacro)]] }}} The following uses the XsltMacro and GraphvizPlugin to create a graph of some xml data: {{{ [[MacroChain(Xslt(graph.xslt, doc.xml), graphviz.dot)]] }}} == Bugs/Feature Requests Existing bugs and feature requests for MacroChainMacro are [report:9?COMPONENT=MacroChainMacro here]. If you have any issues, create a [/newticket?component=MacroChainMacro new ticket]. [[TicketQuery(component=MacroChainMacro&group=type,format=progress)]] == Download Download the zipped source from [export:macrochainmacro here]. == Source You can check out MacroChainMacro from [/svn/macrochainmacro here] using Subversion, or [source:macrochainmacro browse the source] with Trac. == Installation This macro must be installed as a plugin. To do so, change the directory to `macrochainmacro/0.11` (if running Trac 0.11 or 0.12) or `macrochainmacro/0.10` (if running Trac 0.10), run `python setup.py bdist_egg` and copy the resulting `dist/macrochain-0.X-pyY.Z.egg` to your plugins directory. == Recent Changes [[ChangeLog(macrochainmacro, 3)]] == Author/Contributors '''Author:''' [wiki:roadrunner] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''