Easy way to open plist file in cocos2d-x

Hi,
I have a plist file:

        x
        80
        y
        266
    
    
        x
        170
        y
        266
    
    
        x
        260
        y
        266
    
    
        x
        350
        y
        266
    
    
        x
        125
        y
        174
    
    
        x
        215
        y
        174
    
    
        x
        305
        y
        174
    
    
        x
        395
        y
        174
    
    
        x
        80
        y
        80
    
    
        x
        170
        y
        80
    
    
        x
        260
        y
        80
    
    
        x
        350
        y
        80

I want to know how it’s the easy way to read the content of it using cocos2d-x