PHP beginner |
|
Hallo allemaal,
Graag zou ik uit onderstaande XML file de waardes voor "href" en "title" van namespace "Image:small" lezen. Weet iemand misschien hoe dat kan?
<xml>
<child>
<Image:small href="http://example.com/img1.jpg" title="Hello world!" />
</child>
</xml>
<xml> <child> <Image:small href="http://example.com/img1.jpg" title="Hello world!" /> </child> </xml>
Dank alvast!
Martijn
|