Hi,
I'm currently evaluating XML technologies for a web project.
Most of the data will be manipulated as XML by our weblogic server. I therefore need a good Java XSLT engine (Xalan ?).
The final HTML rendering will be done using XSL. This will be done by the server or by the browser itself if it supports XML (NS 6, IE 5.5). Thus, I also need a Java XSL engine for Weblogic that works in the same way as IE
5.5 and NS 6. I would like to avoid having three different XSL files (server-side, NS & IE).
And for this last transformation, should I use CSS based XML stylesheets or XSL ?
Any comments or experience sharing welcome.
Vincent.
-
What's the best XML/XSL/XSLT Java parser for Weblogic (1 messages)
- Posted by: Vincent Rycx
- Posted on: August 03 2001 06:27 EDT
Threaded Messages (1)
- What's the best XML/XSL/XSLT Java parser for Weblogic by Vijay kumar on August 05 2001 05:01 EDT
-
What's the best XML/XSL/XSLT Java parser for Weblogic[ Go to top ]
- Posted by: Vijay kumar
- Posted on: August 05 2001 05:01 EDT
- in response to Vincent Rycx
check out on the integrated solution for a problem such as yours- the Cocoon framework at www.apache.org. i have found it interesting.
vijay