<?xml version="1.0"?>
<!--Playlist Myplayer-->
<!--Playlist -->
<Playlist>
<Video Id="0" Title="Title0" Time="Time00000" Path="Path003" />
<Video Id="1" Title="Title1" Time="Time10000" Path="Path103" />
<Video Id="2" Title="Title2" Time="Time20000" Path="Path203" />
<Video Id="3" Title="Title3" Time="Time30000" Path="Path303" />
<Video Id="4" Title="Title4" Time="Time40000" Path="Path403" />
<Video Id="5" Title="Title5" Time="Time50000" Path="Path503" />
<Video Id="6" Title="Title6" Time="Time60000" Path="Path603" />
<Video Id="7" Title="Title7" Time="Time70000" Path="Path703" />
<Video Id="8" Title="Title8" Time="Time80000" Path="Path803" />
<Video Id="9" Title="Title9" Time="Time90000" Path="Path903" />
<Video Id="10" Title="Title10" Time="Time100000" Path="Path1003" />
<Video Id="11" Title="Title11" Time="Time110000" Path="Path1103" />
<Video Id="12" Title="Title12" Time="Time120000" Path="Path1203" />
<Video Id="13" Title="Title13" Time="Time130000" Path="Path1303" />
<Video Id="14" Title="Title14" Time="Time140000" Path="Path1403" />
<Video Id="15" Title="Title15" Time="Time150000" Path="Path1503" />
<Video Id="16" Title="Title16" Time="Time160000" Path="Path1603" />
<Video Id="17" Title="Title17" Time="Time170000" Path="Path1703" />
<Video Id="18" Title="Title18" Time="Time180000" Path="Path1803" />
<Video Id="19" Title="Title19" Time="Time190000" Path="Path1903" />
</Playlist>
I have something like this I would like to get this values in a loop in a c# program, but I dont kow how to read.
Can someone help me with a code?
Thanks.
<!--Playlist Myplayer-->
<!--Playlist -->
<Playlist>
<Video Id="0" Title="Title0" Time="Time00000" Path="Path003" />
<Video Id="1" Title="Title1" Time="Time10000" Path="Path103" />
<Video Id="2" Title="Title2" Time="Time20000" Path="Path203" />
<Video Id="3" Title="Title3" Time="Time30000" Path="Path303" />
<Video Id="4" Title="Title4" Time="Time40000" Path="Path403" />
<Video Id="5" Title="Title5" Time="Time50000" Path="Path503" />
<Video Id="6" Title="Title6" Time="Time60000" Path="Path603" />
<Video Id="7" Title="Title7" Time="Time70000" Path="Path703" />
<Video Id="8" Title="Title8" Time="Time80000" Path="Path803" />
<Video Id="9" Title="Title9" Time="Time90000" Path="Path903" />
<Video Id="10" Title="Title10" Time="Time100000" Path="Path1003" />
<Video Id="11" Title="Title11" Time="Time110000" Path="Path1103" />
<Video Id="12" Title="Title12" Time="Time120000" Path="Path1203" />
<Video Id="13" Title="Title13" Time="Time130000" Path="Path1303" />
<Video Id="14" Title="Title14" Time="Time140000" Path="Path1403" />
<Video Id="15" Title="Title15" Time="Time150000" Path="Path1503" />
<Video Id="16" Title="Title16" Time="Time160000" Path="Path1603" />
<Video Id="17" Title="Title17" Time="Time170000" Path="Path1703" />
<Video Id="18" Title="Title18" Time="Time180000" Path="Path1803" />
<Video Id="19" Title="Title19" Time="Time190000" Path="Path1903" />
</Playlist>
I have something like this I would like to get this values in a loop in a c# program, but I dont kow how to read.
Can someone help me with a code?
Thanks.