如何用java解析单节点xml字符串
阿神
阿神 2017-04-17 11:39:38
0
2
927

SQL SERVER中“SELECT 字段 FROM 表名 FOR XML AUTO” 生成如下格式字符串:

<R attr1="xxx" attr2="xxx" />

dom4j等需要获取root元素,而该字符串中没有root元素,有没有其他简单的方案?

阿神
阿神

闭关修行中......

reply all(2)
小葫芦

Xerces Java Parser
JAXB

小葫芦

dom4j is an excellent encapsulation of DOM. for ease of use. You can try to start from the original dom. Solve problems.
Other analysis:
dom
jdom
sax

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template