Click here to Skip to main content
15,891,677 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
XML
I´m studying XML and so far appeared text problems and i think i get it.
But now i have this exercise and I did not realize what I have to do.
The exercise asks to write the xml document for this image but only the dynamic content.

Dynamic, we only have spotlight Videos and the rightVideos, right? (in the image that i put above)

Can you help me understand if I'm doing it well? Because i dont have the correction and dont find a exercise like this in the web.


        <youtube>
          <spotlight>
              <video id ="1">
                 <uploader>
                      <nickname>LadyGagaEvo</nickname>
                 </uploader
                 <time>12:51</time>
                 <title>Lady Gaga - Marry...</title>
                 <viewers>201</viewers>
              </video>

             <video id ="2">
                 <uploader>
                      <nickname>RayWilliam..</nickname>
                 </uploader
                 <time>12:51</time>
                 <title>English Accents</title>
                 <viewers>2.5764.444</viewers>
              </video>
          </spotlight>

         <rightVideos>
          <!-- Same as spotlight -->
        </rightVideos>

    </youtube>








https://www.google.pt/search?q=youtube+sign+up+to+customize&espv=210&es_sm=93&tbm=isch&source=lnms&sa=X&ei=xWb0UtLeGez07AacoYGwCg&ved=0CAgQ_AUoAg&biw=1241&bih=572#q=youtube+sign+up+to+customize+your+homepage+627&tbm=isch&facrc=_&imgrc=XI8J7NCFsFg0vM%253A%3B-9cEKG_GWVzIZM%3Bhttp%253A%252F%252Fi1.kym-cdn.com%252Fphotos%252Fimages%252Fnewsfeed%252F000%252F337%252F923%252F627.png%3Bhttp%253A%252F%252Fknowyourmeme.com%252Fmemes%252Fsites%252Fyoutube%3B600%3B372[^]
Posted
Comments
Sergey Alexandrovich Kryukov 7-Feb-14 0:05am    
I don't think so, just because you did not tell us what do you want to achieve and what's the problem.
—SA
mibetty 8-Feb-14 15:29pm    
I want to write the XML for the dynamic content of that image!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900