Luke wrote: > I'm experimenting with XML and XMLHttpRequest to get a "dynamic" web > interface This sounds much like SOAP.
> Till now I'm just using the local file system and hand made XML files (and > everithing seems ok), but now it's time to get to the Cache' back-end (I'm > planning to NOT use Web Services if possible, just GET and XML response). So what do you want - just some XML files generated by Cache' delivered via HTTP? You can do that by using the CSP engine and server. Just don't write any HTML. Write all XML output instead.
