You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A directory containing files can be added to the registry as a collection. However, accessing a file within that directory from a mediator will give a similar error to following.
ERROR {XSLTMediator} - Fatal error occurred in stylesheet parsing. ; Line#: 1; Column#: 1
net.sf.saxon.trans.XPathException: Error reported by XML parser: Premature end of file.
The identified issue is files deployed to the registry on the server are empty.
Steps to Reproduce
Add a directory with XSLT files as a collection to the registry.
Add an API and add a resource.
Add a XSLT mediator and select a schema from the added collection.
Start the server and send a request.
Version
4.3.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered:
Description
A directory containing files can be added to the registry as a collection. However, accessing a file within that directory from a mediator will give a similar error to following.
The identified issue is files deployed to the registry on the server are empty.
Steps to Reproduce
Version
4.3.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: