Ticket #541: flat-xml-text.xsl

File flat-xml-text.xsl, 254 bytes (added by jayjones, 2 years ago)

OpenOffice? Flat XML Filter

Line 
1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
2   <xsl:strip-space elements="*"/>
3   <xsl:template match="/">
4     <xsl:copy-of select="."/>
5   </xsl:template>
6   <xsl:output method="xml" indent="yes"/>
7 </xsl:stylesheet>