Missing entity 'uuml'
Can anyone tell me what could be the reason for the following parsing exception? I try to use German Umlaut in SSXA Contribution Mode and save it in XML (like <wcm:element name="introContent">Lorem [!--$hwemCrossLink('ips&uuml;m','TIM')--] dolor ... </wcm:element >).
Caused by: javax.xml.bind.UnmarshalException
- with linked exception:
[org.xml.sax.SAXParseException: <Line 11, Column 118>: XML-20250: (Fatal Error) Missing entity 'uuml'.]
at javax.xml.bind.helpers.AbstractUnmarshallerImpl.createUnmarshalException(AbstractUnmarshallerImpl.java:315)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.createUnmarshalException(UnmarshallerImpl.java:514)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:215)