#76 closed defect (fixed)
In XML Editor attribute could contains not escaped entities
Reported by: | Fxp | Owned by: | fxp |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | User interface (web) | Version: | |
Keywords: | Cc: |
Description ¶
If you have an attribute having XML entities (eg. gml:id, xlink:href), and go to the XML editing mode, then you get a JDOMParseException : Error on line 261: The reference to entity "test" must end with the ';' delimiter on save action.
Change History (2)
comment:1 by , 16 years ago
Priority: | major → minor |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This situation happens mainly when using xlink:href attributes containing URL of documents (with "&" characters)