To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59985
------- Additional comments from [EMAIL PROTECTED] Thu Jul 27 10:16:45 -0700 2006 ------- mh: are you referring to the comment "Derived from: Id: XSLTransformEngine.java 96 2005-02-28 21:07:29Z blindsey"? in the XmlSearchXSLTransformEngine.java file? The original file is in the xt source zip file that geki described (in xt-20051206/src/xt/java/com/jclark/xsl/dom). The changes are (use diff -uw to ignore whitespace changes caused by the longer class names): - rename a copy of the class from XSLTransformEngine to XmlSearchXSLTransformEngine - add a transform overload to the TransformImpl inner class, with the argument list that XmlSearch expects. Implementation is obviously similar to the existing transform method, but uses the internal xt types instead of the standard W3C DOM types. - add getNameTable and getSourceLoadContext, as expected by XmlSearch, both simply forward the call to the internal Engine. The current binary xt.jar made similar changes (without the rename, hence the changes to XmlIndexBuilder.java); can't say for sure, as I don't have the source, but after experiments with the binary xt.jar and reading of xt example code; I believe the changes are similar. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]