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
{{ message }}
This repository was archived by the owner on Dec 10, 2024. It is now read-only.
I would like to ask how to fix this error that I receive when clicking the search page. It says:
net.sf.saxon.trans.XPathException: When 'standalone' or 'doctype-system' is specified, the document must be well-formed; but this document contains a top-level text node
When validating the results-to-html.xsl file, I get these two errors.
System ID: /webapps/ROOT/stylesheets/solr/results-to-html.xsl
Engine name: Saxon-PE 9.6.0.5
Severity: error
Description: javax.xml.transform.TransformerException: Malformed URL cocoon://_internal/url/reverse.xsl(base file://webapps/ROOT/stylesheets/solr/results-to-html.xsl)
I would like to ask how to fix this error that I receive when clicking the search page. It says:
net.sf.saxon.trans.XPathException: When 'standalone' or 'doctype-system' is specified, the document must be well-formed; but this document contains a top-level text node
When validating the results-to-html.xsl file, I get these two errors.
System ID: /webapps/ROOT/stylesheets/solr/results-to-html.xsl
Engine name: Saxon-PE 9.6.0.5
Severity: error
Description: javax.xml.transform.TransformerException: Malformed URL cocoon://_internal/url/reverse.xsl(base file://webapps/ROOT/stylesheets/solr/results-to-html.xsl)
Description: javax.xml.transform.TransformerException: Malformed URL cocoon://_internal/url/reverse.xsl(base file:/webapps/ROOT/stylesheets/solr/results-to-html.xsl): unknown protocol: cocoon
Is the error connected with this invalid xsl file? I would appreciate any help. Thank you in advance!