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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
