W
Word 2003 memory Leakage
Hi,
I was creating a template (XSLT) fro Word XML. In the end of the xslt, I
have a section with the last paragraph as below. I tried all section types
but still generated one more extra blank page after the section break.
Some help?
Guangming
<w>
<wPr>
<w:rPr>
<w:rFonts w:ascii="Arial" w:h-ansi="Arial" w:cs="Arial" />
<wx:font wx:val="Arial" />
<w:color w:val="5F5F5F" />
<w:sz w:val="20" />
<w:sz-cs w:val="20" />
</w:rPr>
<w:sectPr>
<w:type w:val="continuous" />
<wgSz w:w="12240" w:h="15840" w:code="1" />
<wgMar w:top="0" w:right="1800" w:bottom="0" w:left="1800"
w:header="720" w:footer="720"
w:gutter="0" />
<w:cols w:space="720" />
<w:docGrid w:line-pitch="360" />
</w:sectPr>
</wPr>
</w>
I was creating a template (XSLT) fro Word XML. In the end of the xslt, I
have a section with the last paragraph as below. I tried all section types
but still generated one more extra blank page after the section break.
Some help?
Guangming
<w>
<wPr>
<w:rPr>
<w:rFonts w:ascii="Arial" w:h-ansi="Arial" w:cs="Arial" />
<wx:font wx:val="Arial" />
<w:color w:val="5F5F5F" />
<w:sz w:val="20" />
<w:sz-cs w:val="20" />
</w:rPr>
<w:sectPr>
<w:type w:val="continuous" />
<wgSz w:w="12240" w:h="15840" w:code="1" />
<wgMar w:top="0" w:right="1800" w:bottom="0" w:left="1800"
w:header="720" w:footer="720"
w:gutter="0" />
<w:cols w:space="720" />
<w:docGrid w:line-pitch="360" />
</w:sectPr>
</wPr>
</w>