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

RE: In-order traversal of XHTML of text() and <foo> no

Subject: RE: In-order traversal of XHTML of text() and <foo> nodes?
From: "Bryan Archer" <barcher@xxxxxx>
Date: Fri, 28 Mar 2003 16:09:02 -0000
in order traversal
In your specific example, you can just use <xsl:apply-templates /> (with no attributes) to
instruct the processor to apply the default templates for each node type, 
then just override the ones you want..


<xsl:template match="foobar">
  <p>
    <xsl:apply-templates />
  </p>
</xsl:template>

<xsl:template match="foo">
  <b><xsl:apply-templates /></b>
</xsl:template>

<xsl:template match="bar">
  <i><xsl:apply-templates /></i>
</xsl:template>

and so on.

Regards

Bryan


-----Original Message-----
From: Gan Uesli Starling [mailto:alias@xxxxxxxxxxx]
Sent: 28 March 2003 15:49
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject:  In-order traversal of XHTML of text() and <foo> nodes?


Say I have XML like this...

<foobar>
   Once <foo>upon</foo> a midnight <bar>dreary</bar> while I...
</foobar>

How do I make a traversal of that <foobar> node, picking
up text(), <foo> and <bar> in document order, so as to pass
through the text() but apply separate templates to <foo>
and <bar>?

Really silly, but identical in concept, would be to output
XHTML like below...

<p>
   Once <b>upon</b> a midnight <i>dreary</i> while I...
</p>

I'm not really doing something that silly. But the example
illustrates my traversal confusion in the simplest possible
terms.

I can't just grab the whole <foobar> node. I need to traverse
it...with text() mixed in and between those <foo> and <bar>
nodes. Sentence structure must not be destoyed. It would be,
I think, like traversing an XHTML <p> node. XSL can do that,
yes?

Thanks,

Gan

-- 

  Mistera Sturno - Rarest Extinct Bird

  <(+)__       Gan Uesli Starling
   ((__/)=-    Kalamazoo, MI, USA
    `||`
     ++        http://starling.us


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
Visit our website at http://www.rm.com

This message is confidential.  You should not copy it
or disclose its contents to anyone.  You may use and apply the information
only for the intended purpose.  Internet communications are not secure and
therefore RM does not accept legal responsibility for the contents of this
message.  Any views or opinions presented are only those of the author and
not those of RM.  If this email has come to you in error please delete it
and any attachments.  Please note that RM may intercept incoming and
outgoing e-mail communications.

This email has been scanned for viruses by Trend ScanMail.

 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.