Opened 14 years ago
Closed 14 years ago
#2295 closed defect (wontfix)
CDATA in parser
Reported by: | Owned by: | dylan | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Parser | Version: | 0.4.1 |
Keywords: | parser CDATA | Cc: | |
Blocked By: | Blocking: |
Description
the XML parser does not manage the CDATA sections in dojo.xml.Parse.parseElement . The dojo programmer has to encode his or her text if it contains tags. Some code was published on the Dojo Interest List on the 12/19/2006 to solve this problem.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The whole XML parser is gone in 0.9.
Note: See
TracTickets for help on using
tickets.
Here is the code that I use. It is well tested (used a lot in a Ajax/Dojo? web site), hope this helps :