365key.com
发现·保存·分享@天天网摘

Q版365key  设为首页 加为收藏 帮助

 首页  网址  添加  我的网摘  我的订阅  最新网摘  收录榜  点击榜  同好  配置  工具箱  标签  兴趣小组 
  IT168 |  华军下载 |  猫扑 |  VeryCD |  CSDN技术 |  DoNews |  9Flash |  中金 |  游侠 |  股票天下 |  游戏公会 |  电子工程 |  白银时代 |  和365Key合作

agui的网摘列表 RSS格式输出  365Key邮件订阅,每天可以定期收到邮件通知  使用 POTU 订阅
搜索词: 时间:
分类:     排序:
 
刷新列表 共1页、18项网摘
程序员宝藏---xml技术论坛|xml电子书下载|xml教程|xml开发技术|xml论坛点击:110
 分类:softdev; xml; download; res 时间:2006-6-9 18:27:26 agui收录 复制到我的网摘
XML电子书下载
《XML编程从入门到精通》 《21天学习XML第3版》 《XML基础教程》 《XML手册 第4版》
《LEARN EXCEL 2002 VBA_XML PROGRAMMING》 《XML_JAVA指南》 《XML与ASP网站实作大全》 《XML》
《XML 官方指南中文版》 《用XML轻松开发WEB站点》 《NET and XML》 《ASP.NET-XML深入编程技术》
《XML 中文指南》 《Dreamweaver与XML综合应用》 《XMLSpy 2005教程(中文版)》 《无废话XML》
《XML实用大全》 《XML高级编程》 《XML解决方案开发实务》 《XML轻松学习手册》
http://it.kuainiu.com/xml.htm
W3CHINA.ORG讨论区 - 语义网点击:78
 分类:w3china; bbs; xml; community 时间:2006-6-9 18:20:22 agui收录 复制到我的网摘
关于 XML 的一般性技术讨论,提供 XML入门资料 和 XML教程
http://bbs.w3china.org/list.asp?boardid=1
張錦堂網路上的家点击:48
 分类:xml; personal; homepage 时间:2006-6-6 16:57:16 agui收录 复制到我的网摘
張錦堂
網路上的家

* 公用程式
* 我的文件
* 中文 XML 計劃 (rick)
* 我的 XML 資料
* 我的一些作品
* My Surfing Logs
http://www.sinica.edu.tw/~ctchang/toc.html
XML Stuff点击:32
 分类:xml 时间:2006-6-6 16:54:49 agui收录 复制到我的网摘
XML Main Site

1. W3C
2. XML.COM
3. XMLHACK.COM
4. XMLINFO.COM
5. XMLSOFTWARE.COM - collect list of tool like XML editor, parser, XLink, XSLT editor/formatter/engine ...
6. IBM XML
7. IBM alphaworks site
8. James Clark - expat, XP, XT ...
9. OASIS XML Cover Pages
10. XML FAQ
11. Microsoft XML Developer Center
http://www.sinica.edu.tw/~ctchang/xml/
About XML and Delphi点击:101
 分类:softdev; ref; delphi; xml 时间:2006-5-22 16:31:42 agui收录 复制到我的网摘
About XML and Delphi
Everything you need to know about Delphi and the Extensible Markup Language. Find out about creating and parsing XML documents, look for parser components and more.
http://delphi.about.com/od/objectpascalide/l/aa072500a.htm
Delphi Developer's Guide to XML - Links and Third-Party Software点击:68
 分类:softdev; res; delphi; xml 时间:2006-5-22 16:17:00 agui收录 复制到我的网摘

Delphi Developer's Guide to XML
Links and Third-Party Software
http://home.iprimus.com.au/kbwood/DelphiXML/Software/index.html
Sample Code点击:59
 分类:softdev; res; dephi; xml; sourcecode 时间:2006-5-22 16:01:03 agui收录 复制到我的网摘
Here I collected some code examples that can be useful in programming and/or (self) education. The samples are working but not finished programs. I am going to extend this collections upon preparing examples from my archives. The programs can be freely used for any purpose. Improvements, corrections and remarks are welcome.
http://www.shokhirev.com/nikolai/programs/samplecode.html
Delphi Developer's Guide to XML - XML Related Specifications点击:73
 分类:softdev; xml; spec; delphi; ref; res 时间:2006-5-22 15:15:29 agui收录 复制到我的网摘

Delphi Developer's Guide to XML
XML Related Specifications

The following links connect to specifications related to XML and its accompanying technologies.
http://home.iprimus.com.au/kbwood/DelphiXML/Specifications/index.html
Big Picture of the XML Family of Specifications by Ken Sall点击:40
 分类:xml; res 时间:2006-5-13 13:27:10 agui收录 (还有1人收录) 复制到我的网摘
Big Picture of the XML Family of Specifications by Ken Sall
http://kensall.com/big-picture/bigpix22.html
idom2-pas, an XML-Suite for Object Pascal点击:116
 分类:tech; softdev; delphi; OSS; project; xml; library 时间:2005-11-9 15:40:42 agui收录 复制到我的网摘
Here you can find informations on an open-source tools-collection for processing xml-documents with object pascal, based on an W3C.org compliant set of open-source interfaces.
http://idom2-pas.sourceforge.net/
E4X - Wikipedia, the free encyclopedia点击:78
 分类:tech; softdev; wiki; wikipedia; ECMAScript; JavaScript; E4X; XML 时间:2005-9-15 10:26:29 agui收录 复制到我的网摘
ECMAScript for XML (E4X) is a programming language extension that adds native XML support to ECMAScript (JavaScript). It does this by providing access to the XML document in a form that feels natural for ECMAScript programmers. The goal is to provide an alternative, simpler syntax for accessing XML documents than via DOM interfaces.

E4X is standardized by Ecma International in ECMA-357 standard (currently in its first edition, June 2004).
[edit]

Implementations

E4X is implemented (at least partially) in SpiderMonkey (Gecko's JavaScript engine) and in Rhino.

As Mozilla Firefox is based on Gecko, it can be used to run scripts using E4X. But, as the specification is relatively new, Firefox 1.0 does not support it. You'll need to use one of 1.5 alpha or beta releases. For more information about using E4X in Mozilla-based browsers, see [1].
http://en.wikipedia.org/wiki/E4X
Ecma WEB SITE点击:56
 分类:tech; softdev; ecma; ECNAScript; JavaScript; XML; spec; extension 时间:2005-9-15 10:18:10 agui收录 复制到我的网摘
This standard defines the syntax and semantics of ECMAScript for XML (E4X), a set of programming language extensions adding native XML support to ECMAScript.

E4X adds native XML datatypes to the ECMAScript language, extends the semantics of familiar ECMAScript operators for manipulating XML objects and adds a small set of new operators for common XML operations, such as searching and filtering. It also adds support for XML literals, namespaces, qualified names and other mechanisms to facilitate XML processing.
http://www.ecma-international.org/publications/standards/Ecma-357.htm
RSS规范点击:77
 分类:tech; RSS; spec; xml; web 时间:2005-9-1 13:28:34 agui收录 复制到我的网摘
RSS规范
http://purl.org/rss/1.0/
juxy.tigris.org点击:104
 分类:oss; project; java; tigris; xml; xslt; test 时间:2005-8-5 14:54:54 agui收录 (还有1人收录) 复制到我的网摘
Juxy is a simple unit testing library for XSLT written in Java. Juxy allows to call or apply individual XSLT templates from Java and does not use any specific features of XSLT processor for that purposes. It relies entirely on TRaX API and should work with any TRaX compliant XSLT processor.
http://juxy.tigris.org/
Virgule: Welcome点击:70
 分类:scripting; softdev; 语言; XML; Programming 时间:2005-7-14 13:49:36 agui收录 复制到我的网摘
virgule is yet another scripting language. the sample site, sample_db/advogato.org is a self-regulating community site. it is data-driven - primarily by XML, and is conceptually similar to Lisp. in its simplest form, virgule is just an html pretty-printer. any tags that virgule is not programmed to understand are treated as data and are passed from input to output.
Download here
http://virgule.sourceforge.net/
W3C XML Protocol Working Group点击:103
 分类:softdev; softdev; softdev; softdev; softdev; w3c; webdev; 资料; XML 时间:2005-6-20 10:31:09 agui收录 复制到我的网摘
The XML Protocol WG is part of the Web Services Activity.

The WG holds a regular teleconference, for more details, see the administrative page (member only).

The WG's discussions take place on the xml-dist-app@w3.org mailing list (Archived). Administrative and member-confidential topics are discussed on the w3c-xml-protocol-wg@w3.org mailing list ( Archived)

To subscribe to the public mailing list, send an email to xml-dist-app-request@w3.org with "subscribe" in the subject, to unsubscribe from this list, send an email to xml-dist-app-request@w3.org with "unsubscribe" in the subject.

To become a WG member, ask your AC representative to fill this form (W3C member only)
http://www.w3.org/2000/xp/Group/
XML Information点击:94
 分类:softdev; softdev; softdev; softdev; 资料; XML; Programming 时间:2005-6-15 12:32:16 agui收录 复制到我的网摘
Web Design / HTML
XML Information
Guide picks
XML (eXtensible Markup Language) is the basis for the new XHTML. It comes from SGML and is used to represent data in a standard format.
http://webdesign.about.com/cs/xmlinformation/index.htm
Open XML点击:68
 分类:softdev; softdev; softdev; softdev; softdev; softdev; softdev; softdev; 组件; 项目; oss; 资料; XML; Programming; delphi 时间:2005-6-13 11:42:23 agui收录 复制到我的网摘
What is Open XML?

Open XML is a collection of XML and Unicode tools and components for the Delphi/Kylix? programming language. All packages are freely available including source code.
http://www.philo.de/xml/
页码: [1 共1页、18项网摘

使用帮助 |  如何保存网摘 |  给365Key提建议 |  媒体报道 |  站长推广须知
Copyright (C) 2004 365Key.com--天天网摘 All Rights Reserved