This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Skipping surounding element


Hi Goetz,

> For all my 12 elements, I've a complex transformation each, that oututs
> exactly the same content for both cased, but if attr2 exists, the
> surrounding container is needed. For now I need two transformations for
> each element, is there a way to get rid of this?
> 
> (The value of attr2 is again needed inside the transformation, but the
> xsl-t code is still the same in both cases)

Create a named template and use xsl:call-template

Cheers,
Oliver

/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@informatik.hu-berlin.de             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]