D
Derek Fountain
I've been wading through the O'Reilly XSLT book. All seemed OK and sensible
until I got to the "programming" bit - variables, loops, conditions and so
on.
Do people actually use this stuff for real work? I can the advantages of,
say, being able to number pages or something, but surely to do any real
work with this syntax is very difficult?
The concepts don't really intimidate me. I've done a little functional-style
programming, and fully understand how all the examples work. But the syntax
is awful - just about unreadable even for the simple stuff that's in the
book.
I'm wondering if this is an example of computer science gone mad, where
features have been added to the point of idiocy "because we can", or
whether people really use this stuff. Is it really easier - with real world
problems - to write XSLT "scripts" rather than find another way to do it,
using say Perl (or a "conventional" XML-friendly scripting language of your
choice)?
until I got to the "programming" bit - variables, loops, conditions and so
on.
Do people actually use this stuff for real work? I can the advantages of,
say, being able to number pages or something, but surely to do any real
work with this syntax is very difficult?
The concepts don't really intimidate me. I've done a little functional-style
programming, and fully understand how all the examples work. But the syntax
is awful - just about unreadable even for the simple stuff that's in the
book.
I'm wondering if this is an example of computer science gone mad, where
features have been added to the point of idiocy "because we can", or
whether people really use this stuff. Is it really easier - with real world
problems - to write XSLT "scripts" rather than find another way to do it,
using say Perl (or a "conventional" XML-friendly scripting language of your
choice)?