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]
Other format: [Raw text]

Re: call-template by default


Hi Eric,

> no, what I mean is say I have named template called "add_format" and
> this template looks at the attributes in the current node and if it
> finds certain attributes like say @color or @font-size, it then
> applies the appropriate attributes to the output tree.
>
> So "add_format" needs be called to run its conditions for each
> element in the input automagically.

Perhaps you could use a different approach to this problem, such as
copying the relevant attributes with xsl:copy-of or using an attribute
set? Or perhaps you'd be better off applying templates to the
attributes rather than calling them - that's about the closest that
XSLT gets to automagical behaviour.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 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]