# Open an xml file in parser

**URL:** https://forum.kirupa.com/t/open-an-xml-file-in-parser/232509
**Category:** Uncategorized
**Created:** [July 14, 2007, 8:53pm UTC](https://forum.kirupa.com/t/open-an-xml-file-in-parser/232509 "2007-07-14T20:53:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![GOHABSGO\_1992](https://avatars.discourse-cdn.com/v4/letter/g/c68b51/32.png) [@GOHABSGO\_1992](https://forum.kirupa.com/u/GOHABSGO_1992)
#### Post date: [July 14, 2007, 8:53pm UTC](https://forum.kirupa.com/t/open-an-xml-file-in-parser/232509/1 "2007-07-14T20:53:57Z")

</div>

Hi i just learned this code:

> **[kirupa.com - XML Parsing using PHP {Intermediate}](https://www.kirupa.com/web/xml_php_parse_intermediate.htm)**
>
> Learn more about parsing XML with PHP by learning how to create a newspaper headline.

And I wondered is there any way to show an xml file using a link. Instead of it having to do this:

> 

$xml\_file = “blabla.xml”

Can I have a way to show this xml file:  
[http://www.elorating.com/ranking-services/ratingquery?mode=SP&laddertype=5&game=2&showtop=10&clan=fλŕ](http://www.elorating.com/ranking-services/ratingquery?mode=SP&laddertype=5&game=2&showtop=10&clan=f%CE%BB%C5%95)  
This gets updated regularly so I dont have to copy it and change it regularly.

Thanks for your help!
