<Basketball>
    <Game>
        <Host>
            <Host_name>LA Lakers</Host_name>
            <Result>108</Result>
        </Host>
        <Guest>
            <Guest_name>Miami Heat</Guest_name>
            <Result>95</Result>
        </Guest>
    </Game>
    <Game>
        <Host>
            <Host_name>Boston Celtics</Host_name>
            <Result>88</Result>
        </Host>
        <Guest>
            <Guest_name>Sand Antonio Spurs</Guest_name>
            <Result>94</Result>
        </Guest>
    </Game>
</Basketball>
I'm trying to reach the end of the last <Game> and continue writing from that point/line. Is that possible? I didn't write any php for that so far. Any help is appreciated.
 
    