Opened 14 years ago
Closed 13 years ago
#2567 closed Bugs (fixed)
Cannot have a string member in a bundled property containing '<' or '>' when using XML reader
| Reported by: | Owned by: | Jeremiah Willcock | |
|---|---|---|---|
| Milestone: | Boost 1.38.0 | Component: | graph | 
| Version: | Boost 1.37.0 | Severity: | Problem | 
| Keywords: | Cc: | 
Description
When a data member in a bundled property is a string and contains characters such as '<' or '>': It is impossible to read such a XML file because the parser thinks they are beginning of XML tags.
Change History (4)
comment:1 by , 14 years ago
| Owner: | changed from to | 
|---|
comment:2 by , 14 years ago
Yes, when reading from XML. It should use boost::protect_xml_string as it is done for dynamic properties I think.
comment:3 by , 14 years ago
| Summary: | Cannot have a string member in a bundled property containing '<' or '>' → Cannot have a string member in a bundled property containing '<' or '>' when using XML reader | 
|---|
comment:4 by , 13 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

Does this apply to some particular format reader or writer?