#13 closed task (released)
Migrate WarFoundryXmlFactory to XPath
Reported by: | ibboard | Owned by: | ibboard |
---|---|---|---|
Priority: | major | Milestone: | WarFoundry 0.1 |
Component: | WarFoundry-API | Version: | |
Keywords: | Cc: | ||
Blocked By: | #45 | Blocking: |
Description
The initial version of WarFoundryXmlFactory loaded by walking the DOM very strictly. This is brittle to changes in tag order and would be better handled using XPath queries or similar.
Change History (9)
comment:1 Changed 11 years ago by
Status: | new → accepted |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Milestone: | → WarFoundry 0.1 |
---|
comment:4 Changed 11 years ago by
Blocked By: | 45 added |
---|
comment:5 Changed 11 years ago by
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:8 Changed 10 years ago by
released: | 1 → yes |
---|
Mark released fixes as released using radio values
comment:9 Changed 10 years ago by
Resolution: | fixed → released |
---|
Mark fix as released under a previous version
Note: See
TracTickets for help on using
tickets.
(In r20) Re #11 - Documentation
Re #13 - XPath for XML loading
Re #10 - Refactoring for readability