Bug #1455
closedLimitations in namespace-awareness when reading/writing the HTML DOM
100%
Description
This issue arises when dealing with nodes with non-HTML namespaces like SVG and MatchML that occur within the HTML page.
XPath expressions that are namespace-specific on the HTML DOM return inconsistent results. Updates to the HTML page using xsl:result-document or ixsl:set-attribute appear to be unsuccessful where external namespaces are involved.
Updated by Philip Fearon over 12 years ago
Fixed. Where non-HTML elements like SVG are being used in older browsers it's best to ensure the XHTML namespace is declared on the html elment (this is allowed even for non-XML HTML) - this makes Saxon-CE do a double-check by scanning for in-scope namespace declarations on elements/attributes where the browser reports no namespace.
Updated by O'Neil Delpratt over 11 years ago
- Status changed from Resolved to Closed
- Fixed in version changed from Beta 0.2 to 1.0
Fixed in Saxon-CE version 1.0
Updated by O'Neil Delpratt over 11 years ago
- Sprint/Milestone changed from Beta 0.2 to Release 1.0
- % Done changed from 0 to 100
Please register to edit this issue