Changes between Initial Version and Version 1 of XsltMacro


Ignore:
Timestamp:
May 1, 2006, 4:32:19 AM (18 years ago)
Author:
roadrunner
Comment:

New hack XsltMacro, created by roadrunner

Legend:

Unmodified
Added
Removed
Modified
  • XsltMacro

    v1 v1  
     1= XSL-Tranformations for Trac =
     2
     3== Description ==
     4
     5The XsltMacro allows you to embed the result of an XSL-tranformation
     6in a page. It takes two parameters, a stylesheet and a document to
     7transform. These can be attachments on any wiki-page or ticket, any
     8page from the htdocs area, or any file in the repository (the format
     9is basically same as used by Trac's native
     10[http://projects.edgewall.com/trac/wiki/WikiMacros#AvailableMacros ImageMacro]).
     11For more details see the documentation in the macro.
     12
     13This macro requires that [http://xmlsoft.org/ libxml2],
     14[http://xmlsoft.org/ libxslt], and their python bindings are
     15installed.
     16
     17
     18== Bugs/Feature Requests ==
     19
     20Existing bugs and feature requests for XsltMacro are
     21[report:9?COMPONENT=XsltMacro here].
     22
     23If you have any issues, create a
     24[http://trac-hacks.org/newticket?component=XsltMacro&owner=roadrunner new ticket].
     25
     26== Download ==
     27
     28Download the zipped source from [download:xsltmacro here].
     29
     30== Source ==
     31
     32You can check out XsltMacro from [http://trac-hacks.org/svn/xsltmacro here] using Subversion, or [source:xsltmacro browse the source] with Trac.
     33
     34== Example ==
     35
     36The following table is produced with this macro call:
     37{{{
     38[[Xslt(format.xsl, info.xml)]]
     39}}}
     40[[Xslt(format.xsl, info.xml)]]
     41
     42== Recent Changes ==
     43
     44[[ChangeLog(xsltmacro, 3)]]
     45
     46== Author/Contributors ==
     47
     48'''Author:''' [wiki:roadrunner] [[BR]]
     49'''Contributors:'''