Database Error Messages

LPX-00260

invalid xml:space attribute declaration

Cause

The xml:space attribute must be declared as an enumeration with choices "default" and "preserve". For example, <!ATTLIST foo xml:space (default|preserve) 'preserve').


Action

Declare the special attribute as above.