[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Omitting elements from output

Subject: Re: Omitting elements from output
From: "Joerg Heinicke" <joerg.heinicke@xxxxxx>
Date: Sat, 23 Feb 2002 02:54:57 +0100
apply templates omitting elements
Hello Rick,

in XSLT there is a built-in template. This gives you the text-value of all
nodes, for which you don't have a specific template. You have two
possibilities: Either changing <xsl:apply-templates/> to
<xsl:apply-templates select="Element1 | Element2"/>. Or you create another
for all other nodes, which does not give you the text-value: <xsl:template
match="*"/>.

Regards,

Joerg

> I have the follow structure in my stylesheet.
>
> <xsl:template match="/">
>     <xsl:apply-templates/>
> <xsl:template>
>
> <xsl:template match="Element1">
>     ...
> </xsl:template>
>
> <xsl:template match="Element2">
>     ...
> </xsl:template>
>
> When I transform the XML file, I only want the content of Element1 and
> Element2, but the content of the other elements is output as well. How do
I
> suppress the output of the other elements. Thanks.
>
> Rick Quatro


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.