Jump to content

DOM Question


glenelkins

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.