Question? How well does XSLT handle complex logic? I myself
have been dabbling in the arts of XML/XSLT transformation,
and it just seems:
too slow (i anticiapte faster processing the future
however)
possibly incapable of handling very complex decisions
(for example, lot's of nested if-else conditions and loops)
only good when you need to transform XML to more than
just HTML
I have done quite a bit
with XSLT, but nothing that involved complex decision
trees. I am curious as to which is really the
"cleanest way." (and so far ... i still don't get why
TemplateToolkit is as popular as it is.)