diff options
Diffstat (limited to 'Master/texmf-dist/tex4ht/xttl/oo-text.4xt')
-rwxr-xr-x | Master/texmf-dist/tex4ht/xttl/oo-text.4xt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex4ht/xttl/oo-text.4xt b/Master/texmf-dist/tex4ht/xttl/oo-text.4xt new file mode 100755 index 00000000000..70e4cde93af --- /dev/null +++ b/Master/texmf-dist/tex4ht/xttl/oo-text.4xt @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<!DOCTYPE xtpipes SYSTEM "xtpipes.dtd" > +<xtpipes preamble="yes" signature="oo-text.4xt (2006-12-04-16:41)"> + <sax content-handler="xtpipes.lib.ScriptsManager,OoFilter" + lexical-handler="xtpipes.lib.ScriptsManagerLH" > + + <script element="table:table" > + <dom name="." xml="." method="table" class="OoUtilities" /> +<set name="rmXmlDecl" > + <![CDATA[ + <xsl:stylesheet version="1.0" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:math="http://www.w3.org/1998/Math/MathML" + xmlns:xlink="http://www.w3.org/1999/xlink" + > + <xsl:output omit-xml-declaration = "yes" /> + + <xsl:template match="*|@*|text()|comment()" > + <xsl:copy> + <xsl:apply-templates select="*|@*|text()|comment()" /> + </xsl:copy> + </xsl:template> + </xsl:stylesheet> +]]> + +</set> +<xslt name="." xml="." xsl="rmXmlDecl" /> + + + </script> + </sax> +</xtpipes> + |