= XSL-Tranformation Macro = == Description == The XsltMacro allows you to embed the result of an XSL-tranformation in a page. It takes two parameters, a stylesheet and a document to transform. These can be attachment on any wiki-page or ticket, any page from the htdocs area, or any file in the repository (these options are basically same as for Trac's native [http://projects.edgewall.com/trac/wiki/WikiMacros#AvailableMacros ImageMacro]). For more details see the documentation in the macro. This macro requires that [http://xmlsoft.org/ libxml2], [http://xmlsoft.org/ libxslt], and their python bindings are installed. == Bugs/Feature Requests == Existing bugs and feature requests for XsltMacro are [report:9?COMPONENT=XsltMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=XsltMacro&owner=roadrunner new ticket]. == Download == Download the zipped source from [download:xsltmacro here]. == Source == You can check out XsltMacro from [http://trac-hacks.org/svn/xsltmacro here] using Subversion, or [source:xsltmacro browse the source] with Trac. == Example == The following table is produced with this macro call: {{{ [[Xslt(format.xsl, info.xml)]] }}} [[Xslt(format.xsl, info.xml)]] == Recent Changes == [[ChangeLog(xsltmacro, 3)]] == Author/Contributors == '''Author:''' [wiki:roadrunner] [[BR]] '''Contributors:'''