glenelkins Posted October 3, 2007 Share Posted October 3, 2007 Hi The DOM is easy enough to use if you have xml for example: <tag> <tag2>info</tag2> <tag3>Info</tag3> </tag> etc But... what if we have something like this: <item> <media:title>Title Here</title> </item> How would i read the media:title tag? using getElementsByTagName ( "media:title" ); does nothing! Link to comment https://forums.phpfreaks.com/topic/71644-dom-question/ Share on other sites More sharing options...
glenelkins Posted October 3, 2007 Author Share Posted October 3, 2007 - Link to comment https://forums.phpfreaks.com/topic/71644-dom-question/#findComment-360711 Share on other sites More sharing options...
glenelkins Posted October 3, 2007 Author Share Posted October 3, 2007 - Link to comment https://forums.phpfreaks.com/topic/71644-dom-question/#findComment-360943 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.