diff --git a/docx2html.xsl b/docx2html.xsl index c472bec..127f13d 100644 --- a/docx2html.xsl +++ b/docx2html.xsl @@ -9,14 +9,17 @@ xmlns:pr="http://schemas.openxmlformats.org/package/2006/relationships" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture" - xmlns:pt="http://powertools.codeplex.com/2011" - xmlns:d2h="http://www.github.com/rnathanday/docx2html" - xmlns:ixsl="http://saxonica.com/ns/interactiveXSLT" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" - extension-element-prefixes="ixsl" - exclude-result-prefixes="xs pt w r pr d2h ixsl wp a pic xhtml" + exclude-result-prefixes="xs w r pr wp a pic xhtml w14 wps" version="2.0"> + + + @@ -189,48 +192,10 @@ - - - white-space:pre-wrap; - - - letter-spacing:pt; - - font-kerning:auto; - - background-color:#; - font-family:; - color:#; - - - - font-size:pt; - - - font-size:; - - - - font-weight:bold; - font-style:italic; - text-decoration:underline; - - - - - - - - - - - - - -