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

RE: Problem with xsl:template using XSLT 1.0

Subject: RE: Problem with xsl:template using XSLT 1.0
From: "Scott Trenda" <Scott.Trenda@xxxxxxxx>
Date: Mon, 3 Dec 2007 09:24:06 -0600
RE:  Problem with xsl:template using XSLT 1.0
Florent,

That's a decent philosophy, but the real-world problem is that you
usually have large chunks of data within your source document that you
don't want in your output. If you apply-templates to all children
indiscriminately when you only actually want to process a certain subset
of child nodes, then you have a high probability that the built-in
templates will catch that unwanted data, resulting in unwanted text
everywhere in your result, interspersed with the text you did want.

Also, as I had said in the previous response, template match patterns
must be context-free. If you need to select a node-set that requires a
context, you're limited to apply-templates.

~ Scott


-----Original Message-----
From: Florent Georges [mailto:lists@xxxxxxxxxxxx]
Sent: Sunday, December 02, 2007 8:40 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  Problem with xsl:template using XSLT 1.0

Scott Trenda wrote:

  Hi

> Remember that your <xsl:template/> elements should match
> fairly generically (match="player" in this case), and your
> <xsl:apply-templates/> elements should be where you narrow
> down your selection.

  Weird, personnally I would have said the opposite.

  A template rule focuses on how dealing with the current
node, and delegates how dealing with other nodes to other
rules.  One natural way (but there are others) to handle
complexity is then to apply templates to all children and
let template rules to handle differently different matches.

  Off course, that supposes that there is a specific place
in a template rule to put an instruction "apply templates to
all children."

  Regards,

--drkm























________________________________________________________________________
_____
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo!
Mail

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.