Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More advanced XML parsing #2

Open
1 of 4 tasks
mozharovsky opened this issue Aug 30, 2015 · 0 comments
Open
1 of 4 tasks

More advanced XML parsing #2

mozharovsky opened this issue Aug 30, 2015 · 0 comments

Comments

@mozharovsky
Copy link
Owner

Advanced XML features

  • Read and parse arrays in the provided dictionary
  • Recognize associated headers (*2)
  • Encode associated headers (*3)
  • Update CocoaPods and Demo project
*2
<tr>
    <td class='num'>1</td>
    <td class='achievments'>0</td>
    <td class='sum'>205</td>
</tr>
*3
let data = [
    XMLTag(header: "td", name: "class", value: "num") : 1,
    XMLTag(header: "td", name: "class", value: "achievments") : 0,
    XMLTag(header: "td", name: "class", value: "sum") : 205
]
@mozharovsky mozharovsky self-assigned this Aug 30, 2015
@mozharovsky mozharovsky added this to the XMLParser v.1.1 milestone Aug 30, 2015
mozharovsky added a commit that referenced this issue Aug 30, 2015
mozharovsky added a commit that referenced this issue Aug 30, 2015
@mozharovsky mozharovsky mentioned this issue Feb 5, 2016
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant