Opened 14 years ago
Closed 14 years ago
#5749 closed task (wontfix)
DomParser does not check for well-formedness.
Reported by: | Tom Trenka | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See if there's a way to ensure a string passed to DomParser? is actually well-formed. Right now, it seems that it re-interprets/makes something well-formed whether it should or not, and returns the wrong document structure because of it.
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | → 1.2 |
---|
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Not going to bother doing this task; the whole point of the DomParser? was fast and light, and adding this functionality seems a little pointless.
Will probably add it to the big brother version that will be coming in the future.