Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

LPX-00320

No more attributes can be added to a non empty element

Cause

The element to which an attribute was being added is non empty and hence can not add anymore attributes to it.


Action

Modify the XSLT stylesheet so that all the attributes are added to an element before anything else is added to it. If you absolutely can not do that then select your output method to be DOM based rather then a stream or SAX based output which you are using presently.