`

java and xml, reading notes

阅读更多
1. when to use attribute? difference of attribute and element.
use elements for multiple-valued data and attributes for single-valued data
2. dtd, only structure validation. xml schema also have data validation
分享到:
评论

相关推荐

    Reading-notes:读书笔记

    DOM(文档对象模型)是HTML和XML文档的结构表示,JavaScript可以用来操作DOM,例如通过`document.getElementById()`、`document.querySelector()`等方法选取元素,再利用`innerHTML`、`appendChild()`等属性和方法...

    python3.6.5参考手册 chm

    PEP 471 - os.scandir() function – a better and faster directory iterator PEP 475: Retry system calls failing with EINTR PEP 479: Change StopIteration handling inside generators PEP 485: A function...

    PHP5 完整官方 中文教程

    Lotus Notes — Lotus Notes Functions LZF — LZF Functions Mail — Mail 邮件函数 Mailparse — Mailparse Functions Math — Math 数学函数 MaxDB — MaxDB PHP Extension MCAL — MCAL Functions mcrypt — ...

    PHP5中文参考手册

    Lotus Notes — Lotus Notes Functions LZF — LZF Functions Mail — Mail 邮件函数 Mailparse — Mailparse Functions Math — Math 数学函数 MaxDB — MaxDB PHP Extension MCAL — MCAL Functions mcrypt — ...

    Python程序设计(第二版).chm

    PyView: An Image and Notes Slideshow Section 9.6. PyDraw: Painting and Moving Graphics Section 9.7. PyClock: An Analog/Digital Clock Widget Section 9.8. PyToe: A Tic-Tac-Toe Game Widget ...

    PHP手册2007整合中文版

    Lotus Notes Functions LXXVIII. LZF Functions LXXIX. Mail 邮件函数 LXXX. Mailparse Functions LXXXI. Math 数学函数 LXXXII. MaxDB PHP Extension LXXXIII. MCAL Functions LXXXIV. Mcrypt Encryption ...

    PHP官方手册中文版

    RPM Header Reading 函数 CXXXIX. runkit Functions CXL. SAM - Simple Asynchronous Messaging CXLI. Satellite CORBA client extension [deprecated] CXLII. SCA Functions CXLIII. SDO Functions CXLIV. ...

    PHP5 开发手册 简体中文手册

    RPM Header Reading 函数 CXXVI. runkit Functions CXXVII. Satellite CORBA client extension [deprecated] CXXVIII. SDO Functions CXXIX. SDO XML Data Access Service Functions CXXX. SDO Relational Data ...

    php帮助文档,php。chm,php必备的中文手册

    Lotus Notes Functions LXVII. LZF Functions LXVIII. Mail Functions LXIX. mailparse Functions LXX. Math 数学函数 LXXI. MaxDB PHP Extension LXXII. MCAL Functions LXXIII. Mcrypt Encryption Functions ...

    ZendFramework中文文档

    5.4. Zend_Config_Xml 6. Zend_Console_Getopt 6.1. Getopt 简介 6.2. 声明 Getopt 规则 6.2.1. 用短语法声明选项 6.2.2. 用长语法声明选项 6.3. 读取(Fetching)选项和参数 6.3.1. 操作 Getopt 异常 6.3.2...

    Android对sdcard扩展卡文件操作实例详解

    private final static String FILENAME = "/notes.txt"; // 创建目录 File path = new File(PATH); if (!path.exists()) { path.mkdirs(); // 创建目录,可在应用启动时进行 } // 创建文件 File file = new File...

Global site tag (gtag.js) - Google Analytics