aiaiDBA

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

13718043309

010-86462881

LPX-00320: No more attributes can be added to a non empty element

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.

请先 登录 后评论

1 个回答

小智
LPX-00320:不能将更多的属性添加到非空元素,
.原因:添加属性的元素不为空,因此不能再添加属性。,
.操作:修改XSLT样式表,以便在添加任何其他内容之前将所有属性添加到元素中。如果你绝对不能做,那么选择你的输出方法是基于DOM,而不是当前使用的基于流或基于SAX的输出。,
.
请先 登录 后评论