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 has been archived by the owner on Nov 9, 2022. It is now read-only.
I just created a transform
ml transform tst:test
This creates a test.xslt in rest-api/transform
When I deploy this I get this Error:
ERROR: 400 "Bad Request"
ERROR: <rapi:error xmlns:rapi="http://marklogic.com/rest-api">rapi:status-code400/rapi:status-coderapi:statusBad Request/rapi:statusrapi:message-codeRESTAPI-INVALIDCONTENT/rapi:message-coderapi:messageRESTAPI-INVALIDCONTENT: (err:FOER0000) Invalid content: invalid sample extension: could not parse XSLT extension sample; please see the server error log for detail XDMP-BADCHAR: (err:XPST0003) Unexpected character found '&' (0x0026)/rapi:message/rapi:error
This is caused by the fact that { } is not escaped when the transform is deployed.
The text was updated successfully, but these errors were encountered:
I just created a transform
ml transform tst:test
This creates a test.xslt in rest-api/transform
When I deploy this I get this Error:
ERROR: 400 "Bad Request"
ERROR: <rapi:error xmlns:rapi="http://marklogic.com/rest-api">rapi:status-code400/rapi:status-coderapi:statusBad Request/rapi:statusrapi:message-codeRESTAPI-INVALIDCONTENT/rapi:message-coderapi:messageRESTAPI-INVALIDCONTENT: (err:FOER0000) Invalid content: invalid sample extension: could not parse XSLT extension sample; please see the server error log for detail XDMP-BADCHAR: (err:XPST0003) Unexpected character found '&' (0x0026)/rapi:message/rapi:error
This is caused by the fact that { } is not escaped when the transform is deployed.
The text was updated successfully, but these errors were encountered: