Hi Alexandro,

As it was not uploaded yet and it is the simplest stylessheet of all, I just attached it.

Svante

Alexandro Colorado wrote:
Hi anyone know where I can find the flat XML filter to generate flat XML files out of the open document.

There is a flat filter currently on the website but I have a hard time downloading (page wont load). Maybe is a sourcecast issue.

<?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" encoding="UTF-8"/>

    <xsl:template match="/">
        <xsl:copy-of select="."/>
    </xsl:template>
</xsl:stylesheet>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to