正在加载图片...
第12章JSP与XML 关于XML ⅪMⅦ是一种类似HTML标签语法的纯文字格式文件,使用一般的文字编辑器(例 如 Notepad)就可以对其内容进行编辑,下面是一个记录会员数据的XML文件范例 <?xml version=1. 0' encoding=GB2312'?> <customers> <customer access='deny'> <customerid>1001</customerid < customername>管正</ customername> <tel>02-35330000</tel> <email>jack atestMail com tw</email> </customer> <customer access=pass> <customerid >1002</customerid> < customername>方峻</ customername> <tel>02-35331111</tel> <email>tim(@atestMail com tw</email> /customer> </customers> JSP动态网页新技术第12章JSP与XML JSP 动态网页新技术 1 关于XML XML是一种类似HTML标签语法的纯文字格式文件,使用一般的文字编辑器(例 如Notepad)就可以对其内容进行编辑,下面是一个记录会员数据的XML文件范例 : <?xml version='1.0' encoding=‘GB2312' ?> <customers> <customer access='deny'> <customerid >1001</customerid > <customername >管正</customername > <tel>02-35330000</tel> <email>jack@testMail.com.tw</email> </customer> <customer access='pass'> <customerid >1002</customerid > <customername >方峻</customername > <tel>02-35331111</tel> <email>tim@testMail.com.tw</email> </customer> </customers>
向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有