Welcome to the Three20 forums! Before you dive too deep into things, please read our forum rules.
TTXMLParser : Problem while reading data from xml tag
  • Vote Up0Vote Down PradnyaMankarPradnyaMankar September 2011
    Posts: 1

    We have xml file which contains following tag

    <p> SOME TEXT IN P TAG <list> <list1> <item1>Item name</item1> </list1> </list> </p>

    or...

    <p> <list> <list1> <item1>Item name</item1> </list1> </list> SOME TEXT IN P TAG </p>

    When this tag is parsed we are getting following dictionary:

    p = { "Entity_Name" = p; "Entity_Type" = unknown; "Entity_Value" = "SOME TEXT IN P TAG"; list }

    Can someone help us to get sequence of "list" key and text in <p> tag using TTXMLParser?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with Twitter

Sign In Apply for Membership

Tagged

Latest Three20 version: 1.0.5

Who's Online (2)