I'm trying to develop an extremely complicated XML format that implements countless things that XSLT doesn't support (ie variables that change), but I want to make sure it's cross platform, since it's already implementing java, XSLT, and XML, which are all platform independent. What about Apache's Xalan?
|