irf2k
03-11-2007, 12:21 AM
my problem is somewhat complex. I have a php page that I was using to perform an XSL transformation on an XML file. However, it turns out that I can't use PHP because it does not support the command "x:node-set" contained in the XSL (however, JAVA and some other methods do support this). I don't want to code the entire page again in a different language (since I don't really know how and the XSLT is only a small portion of the page).
So, my questions are:
1. How can I use JAVA (which I have never used before) to convert an XML file to HTML using an XSL file?
2. Is it possible to somehow perform this operation from within a PHP page?
3. If not, is it possible to store this information in a mySQL database?
Any help is appreciated
So, my questions are:
1. How can I use JAVA (which I have never used before) to convert an XML file to HTML using an XSL file?
2. Is it possible to somehow perform this operation from within a PHP page?
3. If not, is it possible to store this information in a mySQL database?
Any help is appreciated