This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 124743 - Use JDK Transformation Support
Summary: Use JDK Transformation Support
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: XSL (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-04 23:55 UTC by Chris Webster
Modified: 2009-01-07 13:50 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Webster 2008-01-04 23:55:00 UTC
Later JDK versions introduced XSLT api support as part of the core JDK API. It would be good to use this API to improve
performance and reliance on XML parser specific APIs.
Comment 1 tk_fhd_aui 2009-01-07 13:50:19 UTC
Isn't the packaged XSLT support already used? I can put another XSLT implementation on jre/lib/ext and it gets used.
When another implementation would be hardcoded, this would not be possible.
If I am right this issue can be closed as invalid.

BTW, how would this affect performance or reliance? The performance is not better as with Xalan (as this is what is
packaged with the Sun JDK). The same applies to reliance.