Hans Smit wrote:
Hi David,
I second Holger's list of compilers. These seem to be the standard
compilers of today. Of course one additional one would be:
- MS Visual Studio 2008
>
> but this is obvious.
Visual Studio 2008 is already on the list I posted, and it's my primary
development environment, so it will always be the first tested.
Also, excellent work on XalanC. I've been working with it for the past
year with no issues.
That's good to hear!
I'm also curious: XSLT 2.0 (is it the future?) So far I've been able to
do just about everything I need to (in XSLT 1.0), but with much more
additional XSLT code. I hate bloated code, but beggars can't be choosers.
When I was at IBM, I was constrained from working on XSLT 2.0 because I
was working on XQuery there. Now that I'm at Google, I'm using my
magical 20% time to work on Xalan-C and Xerces-C, so development should
pick up.
However, I suspect that XSLT 2.0 is more than I will have time for. My
current strategy is to start adding the XPath 2.0 functions to the core
library, making them available through a special namespace, or through
some global or local flag. Once I see how far I get with that, I'll be
able to judge if I can actually finish an XSLT 2.0 implementation.
Dave