Feature #1551
closedSupport for XML Editors and other applications that host a web-browser
100%
Description
XML Editors and other applications may run Saxon-CE within a hosted browser. In this case, it should be possible to direct diagnostics and error output to the host application using a special external callback function that will function with non-JavaScript applications - provided they support an 'external' JavaScript object instance.
Updated by Philip Fearon over 12 years ago
- Status changed from New to Resolved
- Sprint/Milestone set to Release 1.0
Support for this feature has been added. When publishing logging output, Saxon-CE will make a call back to a window.external.SaxonErrorhandler($message, $logLevel)
function - if it exists.
Any logLevel threshold setting made in other JavaScript code can be overriden by setting the logLevel
attribute in the URI of the web page hosting Saxon-CE.
See the System-Interfaces / External
documentation for further details on this.
Updated by O'Neil Delpratt over 11 years ago
- Status changed from Resolved to Closed
Please register to edit this issue