Ticket #2398 (closed bug: fixed)
var grandchild is undefined
| Reported by: | ahocevar | Owned by: | ahocevar |
|---|---|---|---|
| Priority: | blocker | Milestone: | 2.9 Release |
| Component: | Format.KML | Version: | 2.9 RC2 |
| Keywords: | Cc: | ||
| State: | Complete |
Description
The following fails:
<description><![CDATA[...]]> </description>
Also:
<description> <![CDATA[...]]></description>
The following works:
<description> <![CDATA[...]]> </description>
Also:
<description><![CDATA[...]]></description>
The proposed patch should fix the issue. Tests still pass in FF3.5. Please review

