LPX-00244 When Performing XSL Transformation To HTML On XML Containing < Character
(Doc ID 2661109.1)
Last updated on APRIL 24, 2020
Applies to:
Oracle Database - Standard Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
When performing XSL transformation to HTML on XML data containing "<" (encoded '<' character) we get error "LPX-00244: invalid use of less-than ('<') character (use <)".
The following error is received:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
------------------------------------------------------------------------------
--
XMLType.Transform().GetClobVal() ERROR:
ORA-31011: XML parsing failed
ORA-19213:
error occurred in XML processing at lines 1
LPX-00244: invalid use of less-than
('<') character (use <)
XMLSERIALIZE(XMLTRANSFORM()) ERROR:
ORA-31011: XML parsing failed
ORA-19213:
error occurred in XML processing at lines 1
LPX-00244: invalid use of less-than
('<') character (use <)
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |