in reply to Re: Re: Re: Re: Re: Why XSLT and not just Perl?
in thread Why XSLT and not just Perl?

Whilst it is far from an ideal example XML::XSLT uses an XML::DOM object underneath. In processing XSLT it is often necessary to access nodes in a random order and having the whole parsed tree in memory makes this easier.

/J\
  • Comment on Re: Re: Re: Re: Re: Re: Why XSLT and not just Perl?