标题:将数据库表输出为XML文档
只看楼主
guoyanhong
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2008-5-17
 问题点数:0 回复次数:0 
将数据库表输出为XML文档
请问怎么样将数据库表输出为XML文档?毕业论文急需程序;;

XMLOutputter outp = new XMLOutputter(Format.getPrettyFormat()); //格式华输出,产生缩进和换行
Format format = outp.getFormat();
format.setEncoding("GB2312"); //设置语言
format.setEXPandEmptyElements(true); //设置输出空元素为<sample></sample>格式
outp.setFormat(format);
为什么这段会有错呢
请高手指点
搜索更多相关主题的帖子: 数据库 XML 文档 输出 
2008-05-17 20:33



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-214803-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014141 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved