I have an XElement that looks like this;
<VideoFiles>
<VideoFileInfo>
<VideoType>1000</VideoType>
<FormatCode>1000</FormatCode>
<Url>http://www.idontwantthisvalue.com</Url>
</VideoFileInfo>
<VideoFileInfo>
<VideoType>WMVOriginal</VideoType>
<FormatCode>1004</FormatCode>
<Url>http://www.iwanthitsvalue.com</Url>
</VideoFile>
I need to grab the value that has a sibling with a value of 1004.
Can anyone help on this?
Typically:
Exactly
or