Warning, /libraries/binschema/cpp/xmltoodp/xmltomanifest.xsl is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
0003         version="1.0" xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0">
0004 
0005         <xsl:output method="xml" indent="yes" />
0006 
0007         <xsl:template match="/">
0008                 <manifest:manifest>
0009                         <manifest:file-entry
0010                                 manifest:media-type="application/vnd.oasis.opendocument.presentation"
0011                                 manifest:full-path="/" />
0012                         <manifest:file-entry manifest:media-type="text/xml"
0013                                 manifest:full-path="content.xml" />
0014                         <manifest:file-entry manifest:media-type="text/xml"
0015                                 manifest:full-path="styles.xml" />
0016                 </manifest:manifest>
0017         </xsl:template>
0018 
0019 </xsl:stylesheet>