Ticket #1006 (closed bug: fixed)
Text nodes limited to 4096 characters in length.
| Reported by: | openlayers | Owned by: | tschaub |
|---|---|---|---|
| Priority: | critical | Milestone: | 2.5 Release |
| Component: | Format.XML | Version: | 2.5 RC1 |
| Keywords: | Cc: | pete@… | |
| State: |
Description (last modified by tschaub) (diff)
When parsing XML, we have to be aware of a browser limitation. Given XML that has a text node longer than 4096 characters, the text will be split among multiple child nodes of the original parent. For parsing long linestrings (and linearrings) this poses a problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

