Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: [xsl] Problem with xsl:template using XSLT 1.0

From: "Scott Trenda" <Scott.Trenda@-------->
To:
Date: 12/3/2007 3:25:00 PM
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: [xsl] 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


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent