Sha256: 3f7da54f84c22f1cd61de8e9585873d901ffad6486fc05f5398b2b78b69e99a1

Contents?: true

Size: 1.26 KB

Versions: 46

Compression:

Stored size: 1.26 KB

Contents

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
                xmlns:o="urn:schemas-microsoft-com:office:office"
                xmlns:v="urn:schemas-microsoft-com:vml"
                xmlns:WX="http://schemas.microsoft.com/office/word/2003/auxHint"
                xmlns:aml="http://schemas.microsoft.com/aml/2001/core"
                xmlns:w10="urn:schemas-microsoft-com:office:word"
                xmlns:pkg="http://schemas.microsoft.com/office/2006/xmlPackage"
                xmlns:msxsl="urn:schemas-microsoft-com:xslt"
                xmlns:ext="http://www.xmllab.net/wordml2html/ext"
                xmlns:java="http://xml.apache.org/xalan/java"
                xmlns:str="http://exslt.org/strings"
                xmlns:func="http://exslt.org/functions"
                xmlns:fn="http://www.w3.org/2005/xpath-functions"
                version="1.0"
                exclude-result-prefixes="java msxsl ext w o v WX aml w10"
                extension-element-prefixes="func">

  <!-- use block quotes for spacing (can be nested) -->
  <xsl:template match="blockquote">
    <w:p>
      <w:r></w:r>
    </w:p>
    <xsl:apply-templates/>
  </xsl:template>
</xsl:stylesheet>

Version data entries

46 entries across 46 versions & 4 rubygems

Version Path
avv2word-1.1.39 lib/avv2word/xslt/extras.xslt
avv2word-1.1.38 lib/avv2word/xslt/extras.xslt
avv2word-1.1.37 lib/avv2word/xslt/extras.xslt
avv2word-1.1.36 lib/avv2word/xslt/extras.xslt
avv2word-1.1.35 lib/avv2word/xslt/extras.xslt
avv2word-1.1.34 lib/avv2word/xslt/extras.xslt
avv2word-1.1.33 lib/avv2word/xslt/extras.xslt
avv2word-1.1.32 lib/avv2word/xslt/extras.xslt
avv2word-1.1.31 lib/avv2word/xslt/extras.xslt
htmltoword-1.1.1 lib/htmltoword/xslt/extras.xslt
avv2word-1.1.30 lib/avv2word/xslt/extras.xslt
janie-htmltoword-1.1.2 lib/htmltoword/xslt/extras.xslt
avv2word-1.1.29 lib/avv2word/xslt/extras.xslt
avv2word-1.1.28 lib/avv2word/xslt/extras.xslt
avv2word-1.1.27 lib/avv2word/xslt/extras.xslt
avv2word-1.1.26 lib/avv2word/xslt/extras.xslt
avv2word-1.1.25 lib/avv2word/xslt/extras.xslt
avv2word-1.1.24 lib/avv2word/xslt/extras.xslt
avv2word-1.1.23 lib/avv2word/xslt/extras.xslt
avv2word-1.1.22 lib/avv2word/xslt/extras.xslt