关注技术,关注生活

任何事情只要开始去做,永远不会太迟。
posts - 5, comments - 23, trackbacks - 0, articles - 18
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

xml技术资料与教程

Posted on 2006-12-09 18:28 errorfun 阅读(205) 评论(0)  编辑  收藏 所属分类: XML

中文:
1. XML 和配置文件
http://www.linuxforum.net/forum/showthreaded.php?Cat=&Board=xml&Number=120892&page=1&view=expanded&sb=5&o=31#Post120892

2. 使用 Jena API 处理 RDF http://www.linuxforum.net/forum/showthreaded.php?Cat=&Board=xml&Number=121783&page=1&view=expanded&sb=5&o=31#Post121783

3. 使用 Jena 处理 RSS 1.0 http://www.linuxforum.net/forum/showthreaded.php?Cat=&Board=xml&Number=121829&page=1&view=expanded&sb=5&o=31#Post121829

4. 揭开 XML 之谜 http://www.linuxforum.net/forum/showthreaded.php?Cat=&Board=xml&Number=125105&page=0&view=expanded&sb=5&o=31#Post125105

5. 你好,声音世界 http://www.linuxforum.net/forum/showthreaded.php?Cat=&Board=xml&Number=125495&page=0&view=expanded&sb=5&o=31&part =

6. 应该使用 SAX 还是 DOM ? http://www.linuxforum.net/forum/showthreaded.php?Cat=&Board=xml&Number=127288&page=0&view=expanded&sb=5&o=31#Post127288

7. XSLT,注释和处理指令 http://www.linuxforum.net/forum/showthreaded.php?Cat=&Board=xml&Number=130283&page=0&view=expanded&sb=5&o=31&part =

8. Mozilla 中的 XML http://www.linuxforum.net/forum/showthreaded.php?Cat=&Board=xml&Number=138303&page=0&view=expanded&sb=5&o=31&part =

9. 用 SAX 2.0 处理大型 XML 文档 http://www.linuxforum.net/forum/showthreaded.php?Cat=&Board=xml&Number=139338&page=0&view=expanded&sb=5&o=31&part =

10. HTML 和 XSLT http://www.linuxforum.net/forum/showthreaded.php?Cat=&Board=xml&Number=165665&page=0&view=expanded&sb=5&o=31&part =

11. 《Java & XML》第12章--SOAP http://www.linuxforum.net/forum/showthreaded.php?Cat=&Board=xml&Number=177426&page=0&view=expanded&sb=5&o=31&part=

英文:


文章部分:
1. XML FAQ
http://www.ucc.ie/xml/
一份关于 XML 的非常重要的文档。 (中文XML FAQ:
http://xml.ascc.net/zh/gb/faq.html


2. XML Message 教程
http://www.javaworld.com/javaworld/jw-03-2001/jw-0302-xmlmessaging.html
http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-xmlmessaging2.html
JavaWorld 上两篇关于 XML Message 的教程。


3. 为什么 XML 意味着 Java
http://www.xml.com/pub/a/1999/06/fuchs/fuchs.html
介绍 XML 与 Java 的关系。


4. Perl XML 快速起步
http://www.xml.com/pub/a/2001/04/18/perlxmlqstart1.html
http://www.xml.com/pub/a/2001/05/16/perlxml.html
http://www.xml.com/pub/a/2001/06/13/perlxml.html
介绍如何使用 Perl 做 XML 开发。


5. Perl 和 XML 犯了什么错?
http://www.xml.com/pub/a/2000/10/11/perlxml/index.html
讨论了 Perl 目前在做 XML 开发中还存在哪些不足。


6. 使用 Python 处理 XML
http://www.xml.com/pub/a/1999/12/xml99/python.html
介绍如何使用 Python 做 XML 开发。


7. 使用 C++ 做 XML 编程
http://www.xml.com/pub/a/1999/11/cplus/index.html
介绍如何使用 C++ 做 XML 开发。


8. LXXXII. XML 解析器的功能
http://www.php.net/manual/en/ref.xml.php
介绍如何使用 PHP 做 XML 开发


9. W3C XML Schema 使事情变得简单
http://www.xml.com/pub/a/2001/06/06/schemasimple.html
介绍如何避免设计 XML Schema 时的一些常见缺陷。


10. 便宜的 XML
http://www.xml.com/pub/a/2001/06/27/cheapxml.html
介绍在 Web 上大量可以免费使用的 XML 软件资源。


11. 实用国际化 (i18n)
http://www.xml.com/pub/a/2001/04/18/i18n.html
关于在 XML 开发中的国际化问题对 Tim Bray 的访谈。


12. 一个 XSLT 样式单和一个用来实现国际化 (i18n) 的 XML 词典
http://www-106.ibm.com/developerworks/web/library/wa-xslt/?dwzone=web
演示了一个实现站点 Web 页面国际化的策略。


13. JAXP -- 用词不当和修正
http://www.zdnet.com/enterprise/stories/main/0,10228,2766317,00.html
对 JAXP 规范的介绍和其今后发展的预测。


14. 实体与 XSLT
http://www.xml.com/pub/a/2001/03/14/trxml10.html
介绍在 XSLT 中如何使用实体 (Entities)


15. 处理指令与 XSLT
http://www.xml.com/pub/a/2000/08/09/xslt/xslt.html
介绍在 XSLT 中如何使用处理指令 (PI)。


16. HTML 和 XSLT
http://www.xml.com/pub/a/2000/08/30/xsltandhtml/index.html
介绍如何使用 HTML 作为 XSLT 的输入和输出。


17. XSLT 外科手术
http://www.xml.com/pub/a/2001/04/25/styleqanda.html
关于 XSLT 的一些问答。


18. XT 的未来
http://www.xml.com/pub/a/2000/06/07/deviant/index.html
介绍目前最快的 XSLT 引擎 -- XT 的发展状况。


19. XSLT 测试结果
http://www.xml.com/pub/a/2001/03/28/xsltmark/index.html
http://www.xml.com/pub/a/2001/03/28/xsltmark/results.html
最近一次 XSLT 测试的结果和评论。


20. XML 技术:一个成功的故事
http://www.xml.com/pub/a/2001/05/16/wrestle.html
做 XML 开发的一个实例。


21. 几部分的集成 -- XSLT,XLink 和 SVG
http://www.xml.com/pub/a/2000/03/22/style/index.html
介绍如何集成这几种 XML 应用。


22. OpenOffice 和 XML 的冒险
http://www.xml.com/pub/a/2001/02/07/openoffice.html
介绍了在 OpenOffice 中应用 XML 技术所做的大胆实践。


23. Jetspeed 中的 XML
http://www.xml.com/pub/a/2000/05/15/jetspeed/index.html
介绍了在 Jetspeed 项目中的 XML 应用。


24. Internet 脚本:Zope 和 XML-RPC
http://www.xml.com/pub/a/2000/01/xmlrpc/index.html
介绍如何在 Zope 中做 XML-RPC 开发。


25. Semantic Web
http://www.scientificamerican.com/2001/0501issue/0501berners-lee.html
Tim Berners-Lee 关于 Semantic Web 的定义。


26. Tim Berners-Lee 关于 W3C 的 Semantic Web 活动的访谈
http://www.xml.com/pub/a/2001/03/21/timbl.html
Tim Berners-Lee 关于 W3C 的 Semantic Web 活动的访谈。


27. 创建一个 Semantic Web
http://www.xml.com/pub/a/2001/03/07/buildingsw.html
介绍如何创建一个 Semantic Web (机器可读的 Web)。


28. 荒野中的 Dublin Core
http://www.xml.com/pub/a/2000/10/25/dublincore/dc8.html
对 Dublin Core 的介绍。


29. RSS:轻量的 Web 企业联合 (Syndication)
http://www.xml.com/pub/a/2000/07/17/syndication/rss.html
介绍了 RSS 的概念。


30. 学习 RELAX
http://www.xml.com/pub/a/2000/10/16/relax/index.html
一篇介绍 RELAX 的文章。


31. XQuery 是否是在重新发明轮子?
http://www.xml.com/pub/a/2001/02/28/deviant.html
关于 XQuery 的网上大讨论。


32. 直觉和二进制的 XML
http://www.xml.com/pub/a/2001/04/18/binaryXML.html
将 XML 编码为二进制格式以加快应用程序执行效率的讨论。


33. 一篇介绍 SOAP 历史的短文
http://www.xml.com/pub/a/2001/04/04/soap.html
一篇介绍 SOAP 历史的短文。


34. 理解 ebXML,UDDI 和 XML/EDI
http://www.xml.org/feature_articles/2000_1107_dutton.shtml
介绍用于电子商务的这三种技术的体系结构。


35. ebXML:到结束时仍然没有结束
http://www.xml.com/pub/a/2001/05/16/ebxml.html
关于 ebXML 的讨论。


36. 为什么 UDDI 将会成功
http://www.stencilgroup.com/ideas_scope_200104uddi.html
关于 UDDI 的 whitepaper。


37. 数据坩埚:使用 XML 创建 B2B 应用程序
http://www-106.ibm.com/developerworks/library/xml-b2b/index.html
介绍如何使用 XML 创建 B2B 应用程序。


38. 第 10 届国际 WWW 大会的报告
http://www.xml.com/pub/a/2001/05/09/www10/index.html
第 10 届国际 WWW 大会的报告


39. XML Schema 成为 W3C 的建议
http://www-106.ibm.com/developerworks/xml/library/x-schrec.html
关于 W3C 通过 XML Schema 建议的评述。


40. XML 已经不再是旧日模样
http://www.xml.com/pub/a/2001/02/28/eightytwenty.html
介绍了 XML 在 W3C 的最新发展动态。


41. 将混乱变为有序:管理 Web 项目
http://www.webtechniques.com/archives/2000/01/desi/
介绍如何管理一个 Web 项目。


42. 建立你的 Web 团队
http://www.webtechniques.com/archives/2001/01/berry/
介绍如何建立一个 Web 团队。


43. Jabber 中的 XML 消息传递
http://www.openp2p.com/pub/a/p2p/2000/10/06/jabber_xml.html?page=1
介绍在 Jabber 中如何使用 XML 做消息传递。


44. P3P 部署指南
http://www.w3.org/TR/2001/NOTE-p3pdeployment-20010510
W3C 的 P3P 部署指南。


45. 设计 JSP 定制标记库
http://www.onjava.com/pub/a/onjava/2000/12/15/jsp_custom_tags.html
介绍如何设计 JSP 定制标记库。


46. 创建一个 Semantic Web 站点
http://www.xml.com/pub/a/2001/05/02/semanticwebsite.html
介绍如何使用 RSS 创建一个 Semantic Web 站点。


47. XML 的状态:为什么个人同样重要
http://www.xml.com/pub/a/2001/05/30/stateofxml.html
介绍过去一年中 XML 的发展,强调除了大公司以外,个人的贡献依旧关键。


48. Web Services 体系结构概述
http://www-106.ibm.com/developerworks/library/w-ovr/?dwzone=components
IBM 的 Web Services 的体系结构概述。


49. XML 和脚本语言
http://www-106.ibm.com/developerworks/library/xml-perl/
使用 Perl 和其它脚本语言处理 XML 文档的教程。


50. W3C 与 XML 有关的活动
http://www.xml.com/pub/a/2001/01/03/w3c.html
介绍在 W3C 与 XML 有关的活动。


51. 一篇 SVG 的介绍
http://www.xml.com/pub/a/2001/03/21/svg.html
一篇介绍 SVG 的文章。


52. 使用 JSP 技术开发 XML 解决方案
http://java.sun.com/products/jsp/pdf/JSPXML.pdf
Sun 的使用 JSP 做 XML 开发的 whitepaper。


53. ebXML 包围了 SOAP
http://www.xml.com/pub/a/2001/04/04/ebXML.html
介绍了 ebXML 与 SOAP 的关系。


54. 分布式的 XML
http://www.xml.com/pub/a/2000/09/06/distributed.html
介绍 XML 在下一代 Web 中所扮演的角色。


55. Infoset 调查
http://www.xml.com/pub/a/2000/08/02/deviant/infoset.html
介绍什么是 XML Infoset 和它的作用。


56. TREX 基础
http://www.xml.com/pub/a/2001/04/11/trex.html
一篇介绍 TREX 的文章。


57. 菜单上的 XML 和 Java
http://www.java-pro.com/upload/free/features/javapro/2001/04apr01/dw0104/dw0104-1.asp
介绍如何使用 Xerces 和 Java 创建 XML 分级菜单。


58. 使 SOAP 离开 Java
http://www.java-pro.com/upload/free/features/javapro/2001/04apr01/prs0104/prs0104-1.asp
一篇介绍 Apache SOAP 的 HOWTO。


59. 选择你的 Java XML 解析器
http://www.xml-zone.com/articles/pm020101/pm020101-1.asp
对 Apache,Oracle 和 Sun 的 XML 解析器的比较分析。


60. 在 Open Source 运动的中心
http://www.xmlmag.com/upload/free/features/xml/2001/01jan01/sj0101xml/sj0101xml-1.asp
详细介绍了 XML 与 Open Source 运动密不可分的关系。


61. 做 Web 开发的一种更好的方式
http://www.xmlmag.com/upload/free/features/xml/2000/04fal00/kj0004/kj0004.asp
一篇介绍 Cocoon 的 HOWTO。


62. 使用 JSP 为 XML 服务
http://www.xmlmag.com/upload/free/features/xml/2000/04fal00/ww0004/ww0004.asp
介绍如何使用 JSP 做 XML 开发。


63. XLink 可以为你的应用程序做什么
http://www.xmlmag.com/upload/free/features/xml/2000/02spr00/bdspr00/bdspr00.asp
介绍 XLink 对于开发应用程序将起到的作用。


64. 推开 Web 的樊篱
http://www.xmlmag.com/upload/free/features/xml/2001/01jan01/kc0101xml/kc0101xml.asp
介绍如何使用 XSLT 扩展 XHTML 来创建复杂的界面。


65. SOAP FAQ
http://www.develop.com/soap/soapfaq.htm
关于 SOAP 的 FAQ。


66. 使用 W3C XSLT 规范
http://www.xml.com/pub/a/2001/06/06/xsltspec.html
介绍如何阅读 W3C 的 XSLT 规范,澄清一些容易搞混的术语。


67. 从 JSP 中与 XML 交互
http://www.xml-zone.com/articles/pm050401/pm050401-1.asp
介绍使用 JSP 做 XML 开发。


68. 在关系数据库中存储 XML
http://www.xml.com/pub/a/2001/06/20/databases.html?page=1
介绍了在几种主流关系数据库 Oracle,DB2,SQL Server,Sybase 中存储和检索 XML 数据的方法。


69. 经理的 XML
http://www.arbortext.com/Think_Tank/XML_Resources/XML_for_Managers/xml_for_managers.html
为软件经理们介绍采用 XML 的众多优点。


70. 使 SOAP 和 ebXML 开始工作
http://www.advisor.com/Articles.nsf/aid/DRUMR12
一篇介绍 SOAP 和 ebXML 的文章。


71. 实现 ebXML
http://www.gca.org/papers/xmleurope2001/papers/html/s18-2a.html
关于 ebXML 如何适应 OMG 工作组的座谈。


教程部分:
1. XSLT 教程,含有大量实例
http://www.xfront.com/xsl.html


2. XML Schema 教程,含有大量实例
http://www.xfront.com/xml-schema.html


3. XML Schema 最佳实践
http://www.xfront.com/BestPracticesHomepage.html


4. XML 教程
http://www.troubleshooters.com/tpromag/200103/200103.htm


5. DOM 教程
http://developerlife.com


6. SAX 教程
http://developerlife.com


7. 使用 XML 建立 B2B 和 B2C 应用程序
http://www.redbooks.ibm.com/redbooks/SG246104.html
IBM 关于 XML 在电子商务中应用的红皮书。


8. DocBook 权威指南
http://www.docbook.org/tdg/en/html/docbook.html
一本关于 DocBook 的经典著作。


只有注册用户登录后才能发表评论。


网站导航: