转自[http://java.chinaitlab.com/XMLBeans/717370_2.html]注:[http://www.open-open.com/31.htm]1. 介绍 1)DOM(JAXP Crimson解析器) DOM是用与平台和语言无关的方式表示XML文档的官方W3C标准。DOM是以层次结构组织的节点或
转自[http://java.chinaitlab.com/XMLBeans/717370_2.html]注:[http://www.open-open.com/31.htm]1. 介绍 1)DOM(JAXP Crimson解析器) DOM是用与平台和语言无关的方式表示XML文档的官方W3C标准。DOM是以层次结构组织的节点或
<?xml version="1.0" encoding="UTF-8"?>
<persons>
<person><name>jak</name><sex>男</sex></person>
<person>
...
过了几个月突然想到使用xmlbean,一到下午什么都记不起来,翻了老半天,看了下批命令才有点印像。之前打算深入研究一下xmlbean都吾有时间,现在把在公司用到的批命令记下来:
1.inst2xsd -design ss -simple-content-types smart f:\xmlbean\fetchdata.xml -outDir f:\xmlbean
以上为生成xsd文件.
2.scomp -src f:\xmlbean\fetchdata\src -out f:\xmlbean\fetchdata\fetchdata.jar f:\xmlbean\schema0.xsd f:\xmlbean\fetchdata.xsdconfig
...