Note that there are some explanatory texts on larger screens.

plurals
  1. POResults of XML parsing start from the last & found in the
    primarykey
    data
    text
    <p>I'm currently using the Youtube API and getting results from the channel. However when I try to get the description it always stops at the last <code>&amp;amp;</code> and I only get a part of the description.</p> <p>Here's the website where I'm getting the XML information from <a href="http://gdata.youtube.com/feeds/api/users/smosh/uploads?max-results=1" rel="nofollow">http://gdata.youtube.com/feeds/api/users/smosh/uploads?max-results=1</a></p> <pre><code>- (void) parser:(NSXMLParser *)parser didEndElement:(NSString *)elementname namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qName { if ([elementname isEqualToString:@"content"]) { currentFeed.description = currentNodeContent; } if ([elementname isEqualToString:@"entry"]) { [self.feeds addObject:currentFeed]; currentFeed = nil; currentNodeContent = nil; } } </code></pre> <p>The content is getting the description from the video.</p> <p>However I only get these results</p> <pre> <code> Wardrobe: Paula Barkley Asst. Editor: Justin Dailey | Color: Pretty Moving Pictures BTS: Phil Mohr | Key PA: Brad Westerbeck ------------------------------------ Hey it's our very own website: http://smosh.com Oh and our Facebook page: http://facebook.com/smosh Want to know when we're filming and/or pooping? Now you can:http://twitter.com/smosh Guess we should have a Google+ Page, too: http://google.com/+smosh </code> </pre> <p>When this is the whole description:</p> <pre><code>Bloopers &amp;amp; ALTERNATE SCENES: http://smo.sh/FriendsXTRAS DOWNLOAD OUR NEW GAME: http://smo.sh/HeadEsploder Ian and Anthony need some new friends. Cast: Anthony as Himself Ian as Himself Ryan Todd as Stevie Ryan Cicak and Robert Haley as the New Neighbors Written by: Anthony Padilla, Ian Hecox, &amp;amp; Ryan Finnerty Produced &amp;amp; Directed by: Anthony Padilla, Ian Hecox, &amp;amp; Ryan Todd Edited by: Anthony Padilla &amp;amp; Michael Barryte Post Supervision by: Ian Hecox &amp;amp; Ryan Finnerty AD: Frank Cosgriff | DP: John Alexander Jimenez Asst. Camera: Shawna Smith | Sound Mixer: Palmer Taylor Gaffer: Kerry Sweeney | Grips: Jon Hooker &amp;amp; Lee Eisenhower Production Design: Patrick Egan | MUA &amp;amp; Wardrobe: Paula Barkley Asst. Editor: Justin Dailey | Color: Pretty Moving Pictures BTS: Phil Mohr | Key PA: Brad Westerbeck ------------------------------------ Hey it's our very own website: http://smosh.com Oh and our Facebook page: &gt;http://facebook.com/smosh Want to know when we're filming and/or pooping? Now you can:http://twitter.com/smosh Guess we should have a Google+ Page, too: http://google.com/+smosh </code></pre> <p><a href="http://pastebin.com/5KUsRCfV" rel="nofollow">Here's my whole class file</a> </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload