Runtime Exception thrown whenever "Literal XML" mapping mode is selected in a Parse XML
The following exception is thrown any time the "literal XML" mapping mode is selected in a Parse XML rule:
.pegarules.pub.PRException: Failed to parse XML. Error: LegacyModelAspectInvokableRuleContainer.invoke-Exception com.pega.pegarules.pub.PRRuntimeException: Parse XML runtime failed.PRRuntimeException
After experiencing this error whilst creating a new Parse XML rule, I verified that this exception is still thrown when an element in an existing, working Parse XML is changed from "standard" mode to "literal XML". I've also reproduced the same exception with a minimal XML ("<test>Hello</test>") in a fresh Pega Academy Instance.
Does anybody know what is causing this?