In an earlier tutorial you might have read, XML Parsing using PHP { Intermediate }, the full XML Parser class was used, which requires tons of lines of code and extra time. In PHP5, we can use the Simple XML class to quickly parse XML in as few as two lines of code.