xsl-list
[Top] [All Lists]

Re: [xsl] writing out of the current boundary of an element

2006-11-20 04:42:11
Andrew Welch wrote:

  Hi

Add this template to a basic identity transform:

<xsl:template match="test:Base">
  <test:newlyAdded>
      *********
  </test:newlyAdded>
  <xsl:apply-templates/>
</xsl:template>

This will produce exactly what your example result file shows.

  In a quick reading, I first understood the OP needed to compute
"********" based on another value computed in the output tree.  But
you're right, it is not clear.

  To the OP: try to post a very simplified but still complete example,
with example input, example XSLT, what you actually get and what you'd
want.

  Regards,

--drkm























        

        
                
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--