Simon Verona wrote:
Quote:
I've no problem with working with pre-written XLST translators, but I don't
feel comfortable with creating my own... I've seen XLST work very well in
some scenarios (such as converting RSS feeds to HTML) but it's just like
PROC - it works, but is it the best tool for the job all the time?
I'd say it all depends on the job you're trying to do. So far the only
|
thing I can really apply XSLT templates to are making search results a
bit more snazzy. For that job I like XSLT. I'm going to "template"
the listing in some manner anyway in my code, this just gives that
template a structure that I'm don't have to invent.
I sure wouldnt want to try to write an XSLT translator in D3 BASIC!
But I dont have to thankfully. So far I've mucked with Salbatron,
Xerces/Xalan, and whatever they stuffed into IE & Firefox. They all
worked on the simple template I've been working with so thats a good
thing. Salbatron and Xalan can be run from the command line so they
can be used by PICK with little fuss.
I've not looked at any commercial translators yet. There would have to
be a fairly compelling reason to pay for the product since I can get
open source translators that work great. I've also not tried the JAVA
translators and probably wont unless I just have to since I can get C
libraries that do the same thing.