iwyg / apipage

API Frontend Page
7 stars 7 forks source link

Synopsis

Easily generate api pages with Symphony CMS.

Build Status

Dependencies

Usage

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="xml" omit-xml-declaration="yes" encoding="UTF-8" indent="yes" />

    <xsl:template match="/">
        <response> <!-- do your transformations here --></response>
    </xsl:template>
</xsl:stylesheet>

URL Parameter

FAQ