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

Omit Data While Using Copy

Subject: Omit Data While Using Copy
From: "Trevor Majic" <majic87@xxxxxxxxxxx>
Date: Wed, 11 Aug 2004 13:57:39 -0500
omit data
How would I be able to display all of the data from the following xml file, EXCEPT for the <titel> text? (see xml example below  which is one of 1200)

<?xml version="1.0"?><?xml:stylesheet type='text/xsl' href='manual.xsl'?>
<kapitel><titel>Measures every 10 percussion hours</titel><text/><hanvisning from="ID(SEUHS-SLAGVT-10-MATARE13)">Feeder</hanvisning><text/><hanvisning from="ID(SEUHS-SLAGVT-10-BOM19)">Boom</hanvisning><text/><hanvisning></kapitel>



I can use xsl:copy and select=node() to display everything, but no matter what I try, I can't seem to keep the <titel> from displaying. If I try to just use match, I am only able to display "Feeder".


This is the basic xsl I was working from:

<?xml version='1.0' encoding='utf-8' ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="kapitel/hanvisning">
<xsl:copy>
<xsl:value-of select="node()"/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>



If you respond to this, please be fairly descriptive, as I am very new to xsl.


Thanks in advance,
Trevor

_________________________________________________________________
Take charge with a pop-up guard built on patented Microsoft. SmartScreen Technology. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines Start enjoying all the benefits of MSN. Premium right now and get the first two months FREE*.


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.