Merge lp://staging/~uninja/python-snippets/xml-snippets into lp://staging/~jonobacon/python-snippets/trunk
Proposed by
Travis Nicholl
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~uninja/python-snippets/xml-snippets |
Merge into: | lp://staging/~jonobacon/python-snippets/trunk |
Diff against target: |
160 lines (+145/-0) 3 files modified
xml/dom_parser.py (+29/-0) xml/sax_parser.py (+53/-0) xml/ubuntu_releases.xml (+63/-0) |
To merge this branch: | bzr merge lp://staging/~uninja/python-snippets/xml-snippets |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jono Bacon | Pending | ||
Review via email: mp+61688@code.staging.launchpad.net |
Description of the change
SAX and DOM based examples of XML parsing
To post a comment you must log in.
Unmerged revisions
- 100. By Travis Nicholl
-
Adding XML snippets