aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

LPX-00260: invalid xml:space attribute declaration

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, Action: Declare the special attribute as above.

请先 登录 后评论

1 个回答

小智
LPX-00260:无效的xml:空格属性声明,
.原因: xml:space属性必须声明为具有选项“default”和“preserve”的枚举。例如,<!ATTLIST foo xml:space(default | preserve)'preserve')。,
.操作:声明如上所述的特殊属性。,
.
请先 登录 后评论