Hi! At my company, we use an Oracle DB/Xalan XSLT/Weblogic/Tomcat/EJB for our web applications. Basically, information would be culled from the Oracle DB in XML format.
Our application handler would grab the XML, grab the appropriate XSL stylesheet, and the Xalan XSLT processor will do the transformation. The XSL stylesheets would make Java function calls to read info about the current session, and to update it if necessary.
Is it possible to do something like this using PHP? Thanks!
Our application handler would grab the XML, grab the appropriate XSL stylesheet, and the Xalan XSLT processor will do the transformation. The XSL stylesheets would make Java function calls to read info about the current session, and to update it if necessary.
Is it possible to do something like this using PHP? Thanks!