Forum: XML, XSLT and XPATH Oct 9th, 2007 |
| Replies: 1 Views: 5,078 hi guys,
i solved it by myself. for everybody's reference,
iter1 = iterator.Current.SelectChildren("content", "http://tools.search.yahoo.com/mrss/");
i need to include the namespace URI in... |
Forum: XML, XSLT and XPATH Oct 9th, 2007 |
| Replies: 1 Views: 5,078 hi all,
i have the following xml file.
<rss version="2.0" xmlns:media="http://tools.search.yahoo.com/mrss/" >
<channel>
<title>SWF media</title>
<link>http://www.blogdigger.com/media/</link>... |