知識社群登入
位置: 陳世穎的教學筆記 > 文件區 > 延伸標記語言
by 系統管理者, 2010-03-18 17:19, 人氣(1613)
XMLDTD ⇒ XSLT  ⇒ XPath 
                                     ⇒ DOM APISAX API (vb, c/c++, java)
                                     ⇒ Relational Database對XML的支援
                                     ⇒ XML Database  ⇒ XQuery
by 系統管理者, 2010-03-18 17:20, 人氣(1503)

第1章 簡介
第2章 XML 
第3章 DTD
第4章 XSL
第5章 DOM 
         5.1 parse XML 
         5.2 traverse DOM tree 
         5.3 new XML document 
         5.4 update element 
         5.5 query
第6章 SAX 
第7章 xmlhttp
第8章 XML在Internet之應用
      8.1 後端
            8.1.1 XML 與Database 
            8.1.2 MS SQL Server對XML之支援
            8.1.3 範例檔案,範例檔案2
            8.1.4 XML Schema
      8.2 中間層
            8.2.1 使用DOM技術設計
            8.2.2 Server Side Script (jsp) 與XML
      8.3 前端
            8.1.1 Client Side Script (java script) 與XML
第9章 期末專案
      9.1 SOAP範例
      9.2 ATM範例
      9.3 RSS範例
      9.4 Feed Validator for Atom and RSS

上課錄影 (PowerCam)
 
by 系統管理者, 2010-03-18 17:17, 人氣(1517)

XML Editor
        XML Writer    http://xmlwriter.net/download/download.shtml
        Editix              http://www.editix.com/
        Serna XML    http://www.syntext.com/products/serna-free/
        oXygen          http://www.oxygenxml.com/download_oxygenxml_editor.html

by 系統管理者, 2010-03-18 17:17, 人氣(1583)
W3 Schools    http://www.w3schools.com/default.asp
    - DTD          http://www.w3schools.com/dtd/dtd_intro.asp
    - XML Schema http://www.w3schools.com/schema/schema_intro.asp
    - XSLT      http://www.w3schools.com/xml/xml_xsl.asp
    - XPath     http://www.w3schools.com/xpath/default.asp
    - DOM       http://www.w3schools.com/dom/default.asp
    - XQuery   http://www.w3schools.com/xquery/default.asp