ah sorry, I think it was gethttprequestdata() that I was after. Finally managed to find it.
I needed to actually get at the data itself, I'm ok with the parsing it later, but thanks anyway. > -----Original Message----- > From: Stephen Pope [mailto:[EMAIL PROTECTED] > Sent: 18 February 2004 09:24 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] xml post > > > Wasn't quite sure what you need to do with the data etc but .. > > IsXMLDoc()to see if its valid > > Then XMLParse() to get stuff out of it .. > > Or use CFDUMP to have a look at the whole thing .. or do a > ToString() on it > > HTH > > Stephen > > > -----Original Message----- > From: Rich Wild [mailto:[EMAIL PROTECTED] > Sent: 18 February 2004 09:09 > To: '[EMAIL PROTECTED]' > Subject: [ cf-dev ] xml post > > A client is posting an xml request to an app of mine. > > I can see that the content_length is 363, but can't remember > how to expose the content itself for parsing. > > Can anyone remember? > > Rich > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
