I am using TBXML in a project of mine and I was wondering
Is there a way to check if a tag contains no text, for instance
<Description/>
vs
<Description> This is text </Description>
When I use the debugger and type po [TBXML textForElement:groupdescription]
it returns <object returned empty description>
when the tag that was read is the one without text, the other one works perfectly. So my question is, how do I check for that?
Thanks