[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] XSL pattern needed for begin/end elements


Subject: RE: [xsl] XSL pattern needed for begin/end elements
From: "Hansen, John" <John.Hansen@xxxxxxxxxx>
Date: Wed, 7 Jul 2004 14:01:54 -0700

Add this to your stylesheet:

<xsl:template match='text_run'><!-- turn off the default processing of
text_run elements -->
</xsl:template>



Current Thread