xml.IXSLProcessor::setXMLTree() / setXSLTree()Scope of ChangeTwo new methods will be added to the xml.IXSLProcessor interface and implementing classes: setXMLTree() and setXSLTree(). Rationale
Allow for a separate implementation. Functionality
New methods
interface IXSLProcessor {
Example
with ($proc= new DomXSLProcessor()); {
Security considerations
None. Speed impact
Neglectible. Dependencies
- xml.DomXSLProcessor changes Related documents
- http://xp-framework.net/rfc/contrib/rfc0160.diff
Implementing patch Comments
- friebe, Sat Apr 12 14:03:42 2008
The above class a patch to the scriptlet.xml.XMLScriptletResponse class
which makes it use the new API. | Table of contents |