Re: Using Java to produce HTML like a php script
- From: Mladen Adamovic <adamm_n0@xxxxxxxxxxxxxx>
- Date: Thu, 19 Jan 2006 23:09:44 +0100
spudtheimpaler@xxxxxxxxx wrote:
So my question is are there any tools / apis that are good at outputting xml in a web page/server setting for java?
It is a bit unclear what you want to do, but basically if you need xml output you :
1. don't need any library at all
2. you can use XMLSQL (not related to Java)
3. You can process (extract information from) XML using SAX and DOM in Java or use XSTL, XQuery
-- Mladen Adamovic http://home.blic.net/adamm .
- References:
- Using Java to produce HTML like a php script
- From: spudtheimpaler
- Using Java to produce HTML like a php script
- Prev by Date: Using Java to produce HTML like a php script
- Next by Date: Re: Using Java to produce HTML like a php script
- Previous by thread: Using Java to produce HTML like a php script
- Next by thread: Re: Using Java to produce HTML like a php script
- Index(es):