On Mon, 10 Jan 2005, Laszlo wrote: > Having access to a request_rec *r (ex. http://abc.hu/myapp/abc.xyz), > how can I read the content of abc.xyz (wich contains only XML data) > and generating a response (wich contains only HTML).
You probably want the apache-modules list for this. What you want is a filter module. There are several for processing markup at http://apache.webthing.com/ , as well as tutorials at http://www.apachetutor.org/ . /end shameless self-promotion:-) Your other question should be in a user support forum, and the answer is AddHandler. -- Nick Kew