how to get rid of extra blank page in Word XSLT?

  • Thread starter Word 2003 memory Leakage
  • Start date
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:p>
<w:pPr>
<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" />
<w:pgSz w:w="12240" w:h="15840" w:code="1" />
<w:pgMar 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>
</w:pPr>
</w:p>
 
B

Bob Buckland ?:-\)

Hi Guangming,

You may want to also post this in the Office XML newsgroup (link below)
but in a Word document the final 'paragraph mark' holds document layout formatting and that can't be deleted, but it can be reduced
to a 1 point size paragraph.

You may also want to post with information on why you're adding a section break (continuous it appears here) at the end of the
document content.

==========
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 >>
--
LLet us know if this has helped you,

Bob Buckland ?:)
MS Office System Products MVP
*courtesy is not expensive and can pay big dividends8

A. Specific newsgroup/discussion group mentioned in this message:
news://msnews.microsoft.com/microsoft.public.office.xml
or via browser:
http://microsoft.com/communities/newsgroups/en-us/?dg=microsoft.public.office.xml


B. MS Office Community discussion/newsgroups via Web Browser
http://microsoft.com/office/community/en-us/default.mspx
or
Microsoft hosted newsgroups via Outlook Express/newsreader
news://msnews.microsoft.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top