RE: [xsl] jumping in

Subject: RE: [xsl] jumping in
From: "Ross Ken" <Ken.Ross@xxxxxxxxxxxxxx>
Date: Tue, 18 Feb 2003 08:32:20 +1000
Try

<xsl:template match="/">
	<xsl:apply-templates select="/root/yup" />
</xsl:template>

But note that will only process the descendants-or-self of root/yup

HTH,

Ken Ross
Ph: +61 7 32359370
Mob: +61 (0)419 772299
Email: Ken.Ross@xxxxxxxxxxxxxx


-----Original Message-----
From: florian [mailto:csshsh@xxxxxxxxxxxxxxx]
Sent: Tuesday, 18 February 2003 3:37 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] jumping in



hi!

i was wondering if its possible to jump in with the
xslt processing for an xml document.

like if i have this xml doc:

<root>
  <foo>
   <bar>hi</bar>
  </foo>
  <yup>
    <something />
  </yup>
</root>


is it possible that i start the xslt processs at the
/root/yup node.. 

the issue im having is that the textnodes in /root/foo get
printed out, because node template exists for them, which i
wanna keep like that..

thanks alot in advance!

ciao!
florian





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

IMPORTANT: This email (including any attachments) may contain confidential,
private or legally privileged information and may be protected by copyright. You may
only use it if you are the person(s) it was intended to be sent to and if you use it in an
authorised way. No one is allowed to use, review, alter, transmit, disclose, distribute,
print or copy this e-mail without appropriate authority.
 
If this e-mail was not intended for you and was sent to you by mistake, please
telephone or e-mail me immediately, destroy any hard copies of this e-mail and delete
it and any copies of it from your computer system. Any legal privilege and 
confidentiality attached to this e-mail is not waived or destroyed by that mistake.
 
It is your responsibility to ensure that this e-mail does not contain and is not affected
by computer viruses, defects or interference by third parties or replication problems
(including incompatibility with your computer system).




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


Current Thread