>I am a university student using a program that requires updated xml
> from a webpage (well, a webserver). Now i know this can be done with
[quoted text clipped - 4 lines]
> So my question is are there any tools / apis that are good at
> outputting xml in a web page/server setting for java?
If I understand your question correctly, you have a program which will
use the HTTP protocol to download an XML document, and you wish to write a
program in Java which will generate this XML content.
One solution is to set up a webserver with JSP, and write your XML
emitting program in JSP.
- Oliver