OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] Remove Node

[ Lists Home | Date Index | Thread Index ]

Hi Michael Kay,

 Can u please send an example for overriding template rule.

Thanks in Advance,
S.S.Rao

> -----Original Message-----
> From:	Michael Kay [SMTP:michael.h.kay@ntlworld.com]
> Sent:	Wednesday, April 24, 2002 9:45 PM
> To:	'Karl Stubsjoen'; 'Xml-Dev'
> Subject:	RE: [xml-dev] Remove Node
> 
> Assuming you're doing it in XSLT: write an identity template rule that
> copies all nodes (there's an example in the XSLT specification under
> <xsl:copy>), then write an overriding template rule that discards the
> unwanted node and all its descendants (which is what I assume you want):
> 
> <xsl:template match="NODE2"/>
> 
> Michael Kay
> Software AG
> home: Michael.H.Kay@ntlworld.com
> work: Michael.Kay@softwareag.com
> 
> > -----Original Message-----
> > From: Karl Stubsjoen [mailto:karl@excelbus.com]
> > Sent: 24 April 2002 16:55
> > To: Xml-Dev
> > Subject: [xml-dev] Remove Node
> >
> >
> > Hello,
> >
> > I am loading an XML object from the server to a local vb
> > application.  I
> > need to (simply) remove one of the nodes and save the transformed xml
> > object.  For sake of clarification, lets pretend that this is
> > my xml object:
> >
> > <XML_OBJECT>
> > 	<NODE1>is cool</NODE1>
> > 	<NODE2>stinks</NODE2>
> > 	<NODE3>is also cool</NODE3>
> > </XML_OBJECT
> >
> >
> > I need to remove node2.  How can this be done?
> >
> > Thanks!
> >
> > Karl
> > www.excelbus.com
> >
> >
> > -----------------------------------------------------------------
> > The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> > initiative of OASIS <http://www.oasis-open.org>
> >
> > The list archives are at http://lists.xml.org/archives/xml-dev/
> >
> > To subscribe or unsubscribe from this list use the subscription
> > manager: <http://lists.xml.org/ob/adm.pl>
> >
> 
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
************************************************************************** 
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS