Hi Stepthen,
value is "feedburner:origLink"
this tag is often present in many popular RSS feeds like for example:
http://rss.cnn.com/services/podcasting/newscast/rss.xml
These kind of fields with semicolon are also associated to many
itunes values like for example:
<itunes:summary>
<itunes:owner>
<itunes:name>
<itunes:email>
etc.
When present they are correctly parsed when missing I get an
exception twice. First I get a XMLException, then a XMLDOMException.
Am I missing something?
Tomas
If the field "value" is missing then I get a XMLException and a
XMLDomException so I putted a single catch, instead of doing 2
separated catch err as XMLException and catch err as XMLDOMException.
Hmmm... I should double check, but you should only get an
exception if the contents of "value" isn't a valid XPath query. If
the query is fine and it simply doesn't find any nodes, you should
get back an XMLNodeList with a length of 0.
Double check was "value" is when the exception gets thrown. I bet
its wonky.
-stephen
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>