在MATLAB中,I装载XML文档doc Node = xmlread(puff.xml );
。
<?xml version="1.0"?>
<rss version="2.0" xmlns:g="http://somesite.com">
<channel>
<title>Blah</title>
<link>http://www.blah.com</link>
<description>BLAH.COM </description>
<item>
<link>http://www.blah.com/page</link>
</item>
</channel>
</rss>
I m试图在<link>
中检索这一条,但事实证明它相当trick。 http://blogs.mathwork.com/desktop/ 是否有人想如何进入<代码><link>? TIA!