-
Bug
-
Resolution: Fixed
-
P2
-
1.4.1
-
beta
-
sparc
-
solaris_2.6
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2039529 | jwsdp-1.4 | J. Duke | P2 | Resolved | Fixed | 1.4 |
This bug is raised only on Solaris. Doesn't come up for Linux, IA and Windows.
Using DocumentBuilder, I parse an XSL file and create document Node. I then create a new instance of DOMSource passing DocumentNode as argument. Using SAXTransformerFactory.newXMLFilter(domSource) I get the XMLFilter. After setting XMLReader (for which the MyContentHandler is set) as its parent, I parse the xml file which needs to be transformed. It doesn't invoke callbacks correctly which it would do properly on other platforms.
Using DocumentBuilder, I parse an XSL file and create document Node. I then create a new instance of DOMSource passing DocumentNode as argument. Using SAXTransformerFactory.newXMLFilter(domSource) I get the XMLFilter. After setting XMLReader (for which the MyContentHandler is set) as its parent, I parse the xml file which needs to be transformed. It doesn't invoke callbacks correctly which it would do properly on other platforms.
- backported by
-
JDK-2039529 BUG related to transform API. Incorrect callbacks from XMLFilter of SAXTFactory
-
- Resolved
-