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 21968 - Introduce XSL Executor API
Summary: Introduce XSL Executor API
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: XSL (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker with 2 votes (vote)
Assignee: issues@xml
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2002-03-29 12:20 UTC by _ lkramolis
Modified: 2009-01-07 13:23 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 _ lkramolis 2002-03-29 12:20:25 UTC
XSL Executor API should ensure extensibility of XSLT Execution action.

XSL Executor API will be similar to Java Executor API. Each XML document will
have associated XSL Executor instance (XML node's property). Default
implementation will be JAXP XSL Executor.

FOP support could be realized as another XSL Executor implementation. Cocoon
framework uses XML document to describe sequence of transformations. I can
imagine Cocoon XSL Executor implementation which will support this Cocoon Map
format.
Comment 1 _ pkuzel 2002-06-03 12:27:46 UTC
Let these are considered while planning next release.
Comment 2 Marek Grummich 2002-07-19 16:58:09 UTC
Target milestone was changed from not determined to TBD
Comment 3 _ pkuzel 2002-08-13 21:16:08 UTC
Public contact may be introduced.
Comment 4 tk_fhd_aui 2009-01-07 13:23:28 UTC
Google showed nothing about the "Java Executor API" in netbeans.org. Was the API renamed or made redundant?