RE: Getting XML
"Jason Best" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <3525FBCA1E76744385FA9B247B14A8D96CBC23@34093-EVS1C2.exchange.rackspace.com> |
Thank you! Regards, Jason Aaron Best Lead Development Engineer 602.393.8987 [M] 212.202.4288 [F] 866.297.2841 [TF] -----Original Message----- From: Mumia W. [mailto:[email protected]] Sent: Thursday, August 30, 2007 8:34 PM To: Jason Best Cc: [email protected] Subject: Re: Getting XML On 08/30/2007 05:08 PM, Jason Best wrote: > Hi, > > I have this URL: > http://wowarmory.com/guild-info.xml?r=Kilrogg&n=Good With Ketchup&p=1 > > > > When I view the source in FireFox, it shows up as an XML document. When > I use LWP I am getting the HTML from the stylesheet that is applied. Is > there any way to get at the XML with LWP so it doesn't apply the > stylesheet? > Force your user agent to identify itself as Firefox/2.0, and you'll get XML.