Re: Getting XML
"Mumia W." <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
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.