Actions
Bug #1469
closedOpera browser will not return a node from XML when fn:id() is used in an XPath
Start date:
2012-03-29
Due date:
% Done:
100%
Estimated time:
Platforms:
Description
Using the XPath expression id('n87') the expected return value is the element node with an xml:id attribute with value n87
- when this exists within the XML document - instead an empty sequence is returned.
Updated by Philip Fearon over 12 years ago
- Subject changed from Opera browser will not return a node from XML when the id() is used to Opera browser will not return a node from XML when fn:id() is used in an XPath
- Description updated (diff)
Updated by Philip Fearon over 12 years ago
This has been fixed. There is still a restriction however, in that the XML namespace must be declared explicitly in the source XML file so as to access the xml:id attribute. For info, the issue was that Opera will not find attributes using getAttribute(@name@) where name
includes a prefix, e.g. 'xml:id'
Updated by Philip Fearon over 12 years ago
- Status changed from In Progress to Resolved
Updated by Philip Fearon over 12 years ago
- Sprint/Milestone set to Beta 0.2
- Found in version set to Beta 0.1 and previous
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
Actions