Re: XML::Xerces and headers
[email protected] (Jason E. Stewart) Mon, 06 Dec 2004 09:46:38 +0530
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
Ted Onley <[email protected]> writes: > Is there any provision for putting a content header in an XML document > using Xerces? > > Something like: > > Request: POST /Rate 1.1 Content-Type: > application/x-www-form-urlencoded Content-Length: 1364 > > so I can send this to a URL for processing and receive a response > back? Or is this something outside the scope of Xerces that needs > to be handled separately? Hi Ted, This is outside the scope of Xerces - this is what mod_perl or CGI.pm are for. Cheers, jas.