<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
my $.02,<br>
<br>
I used XSLT for a project like this a couple years ago.&nbsp; It is designed
for this kind of thing and is very cool.&nbsp; However it is likely (as
others point out) that there are a lot of features you don't need and
furthermore XSLT is (IMO) one of those "wacky" tools that just seems to
want to do everything "sideways" - the learning curve is pretty stiff.<br>
<br>
Dan<br>
<blockquote cite="mid1148553927.4844.8.camel@localhost.localdomain"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Yup. Using XSLT adds a hell of a lot more 'moving parts' than is  
strictly necessary, and in general working with a database is far far simpler, and more  
easily maintainable by a larger group of people.
    </pre>
  </blockquote>
  <pre wrap=""><!---->Yep, and strictly speaking XSL is an overcomplicated beast - too general
for its own good. It can be useful is some specific cases, but within
drupal it is better to stick to php. It is a XML processing instruction
after all, hence the &lt;?php ?&gt;


  </pre>
</blockquote>
<br>
</body>
</html>