PHP Classes

File: resources/xslt/footer.xsl

Recommend this page to a friend!
  Classes of jawira   Phing Build File Visualizer   resources/xslt/footer.xsl   Download  
File: resources/xslt/footer.xsl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Phing Build File Visualizer
Render chart to represent a Phing build process
Author: By
Last change:
Date: 4 years ago
Size: 296 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="text" version="2.0" encoding="UTF-8" indent="no"/> <xsl:template match="/project"> <xsl:text>@enduml</xsl:text> </xsl:template> </xsl:stylesheet>