<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>XML家族</title>
<link>http://www.itxuexi.com/tech/list_35_1.html</link>
<description>技术应用 / XML家族</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2011 IT学习网 版权所有]]></generator>
<webmaster>no-reply@itxuexi.com</webmaster>
<item>
    <title><![CDATA[xml和Annotation作为配置项的优缺点]]></title>
    <link>http://www.itxuexi.com/tech/90124.html</link>
    <description><![CDATA[xml和JavaAnnotation的优缺点对比.]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[网页拖动元素:兼容IE与FF的拖动DOM]]></title>
    <link>http://www.itxuexi.com/tech/90123.html</link>
    <description><![CDATA[这年头写js的人是越来越少了，一方面大部分的效果网上都有，另外一方面好多js框架可以用。我想知其然还要知其所以然，废话不多说，上代码..注释很详细.]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[jscript与vbscript 操作XML元素属性的代码]]></title>
    <link>http://www.itxuexi.com/tech/84476.html</link>
    <description><![CDATA[jscript与vbscript操作XML元素属性的代码，需要的朋友可以参考下。Althoughattributesbelongtoaparticularelement,theyarenotconsideredchildnodesofelementnodes.Instead,theybehavemorelikepropertiesofIXMLDOMElement.Mostofthemethodsforworki]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[一个用xslt样式将xml解析为xhtml的类TransformBinder（兼容FF和IE7.0）]]></title>
    <link>http://www.itxuexi.com/tech/84475.html</link>
    <description><![CDATA[这几天一直在研究xslt转换xml为xhtml，前面文章有介绍使用xslt将xml解析成xhtml的文章由于前面的方法xslt需要在xml文件内部直接导入，而项目中用到的xml文件是系统生成的，只能提供路径，而没有]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[用xslt将xml解析成xhtml的代码]]></title>
    <link>http://www.itxuexi.com/tech/84474.html</link>
    <description><![CDATA[xslt进行解析的基本格式如下所示的代码，需要的朋友可以参考下使用xslt进行解析的基本格式是这样的：如复制代码代码如下:amp;lt;?xmlversion=amp;quot;1.0amp;quot;encoding=amp;quot;GB2312amp;quot;?amp;gt]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[读大数据量的XML文件的读取问题]]></title>
    <link>http://www.itxuexi.com/tech/84473.html</link>
    <description><![CDATA[对于数据量较大的xml文件，使用xmlDocument读取时，虽然支持XPath，查询比较方便，但是需要先load，这样就浪费了内存，使用起来速度比较慢。而如果使用XMLReader的话，不需要缓存，读取速度很快]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[存储于xml中需要的HTML转义代码]]></title>
    <link>http://www.itxuexi.com/tech/84472.html</link>
    <description><![CDATA[在数据提交到数据库之前的简单HTML字符转意，防止javascript恶意代码，因为项目中用到了输出为xml，所以在输出之前还要进行二次转意，把数据库中之前加入的amp;lt;bramp;gt;转义为正常。复制代]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[powerbuilder(pb)中 xml的应用一例]]></title>
    <link>http://www.itxuexi.com/tech/84471.html</link>
    <description><![CDATA[powerbuilder中的数据窗口真是好的不得了，工作基本上都是围绕它做，很高效，这几天项目上需要用导出xml文件，就用pb9(xml导出导入功能是从powerbuilder9.0增加的功能)做了一个demo以验证可行性示例]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[XML 非法字符（转义字符）]]></title>
    <link>http://www.itxuexi.com/tech/84470.html</link>
    <description><![CDATA[严格地讲，在XML中仅有字符amp;quot;amp;lt;amp;quot;和amp;quot;amp;amp;amp;amp;quot;是非法的。省略号、引号和大于号是合法的，但是把它们替换为实体引用是个好的习惯。如往常一样，客户发给我一]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[XML 轻松学习手册(比较不错)]]></title>
    <link>http://www.itxuexi.com/tech/84469.html</link>
    <description><![CDATA[XML越来越热，关于XML的基础教程网络上也随处可见。可是一大堆的概念和术语往往让人望而生畏，很多朋友问我：XML到底有什么用，我们是否需要学习它？我想就我个人学习过程的心得和经验，]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[jstl 字符串处理函数]]></title>
    <link>http://www.itxuexi.com/tech/84468.html</link>
    <description><![CDATA[最近用jstl1.0的时候经常要在页面上对字符串做改动，在网上找了一个写的不错的，借鉴一下JSTL使用表达式来简化页面的代码，这对一些标准的方法，例如bean的getter/setter方法，请求参数或者c]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[javascript xml xsl取值及数据修改]]></title>
    <link>http://www.itxuexi.com/tech/84467.html</link>
    <description><![CDATA[前几天公司要用xml快速方便的存取属性N多的数据,跟sinoly合作研究了一下.做了一个小例子.1.example.xml--主要数据文件amp;lt;?xmlversion=amp;quot;1.0amp;quot;encoding=amp;quot;UTF-8amp;quot;?amp;gt;amp;lt;?xml:s]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[asp下利用xml打包网站文件]]></title>
    <link>http://www.itxuexi.com/tech/84466.html</link>
    <description><![CDATA[今天在网上找了下用xml打包文件、文件夹之类的内容看了看，在本机上调试了下，感觉还挺有用处这个方法可以把整个文件夹打包到xml文件中，把这个xml文件文件和解包文件放在一起后，运行解]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[用Asp与XML实现交互的一个实例源码]]></title>
    <link>http://www.itxuexi.com/tech/84465.html</link>
    <description><![CDATA[XML是标准扩展语言，是未来Web编程的标准,asp是现在广为流传的web编程语言之一,能不能让他们两个联合起来发挥作用呢？豆腐在这里给大家提供一个很简单的Asp与XML实现交互的一个实例源例子关]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[SixSix翻译的XAML教程 语法简介]]></title>
    <link>http://www.itxuexi.com/tech/84464.html</link>
    <description><![CDATA[[Thistopicispre-releasedocumentationandissubjecttochangeinfuturereleases.Blanktopicsareincludedasplaceholders.]XAML语法简介本文介绍了如何使用几种不同的方法在XAML中创建对象和设置他们的属性。主题包括以下几个部分]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[得到XML文档大小的方法]]></title>
    <link>http://www.itxuexi.com/tech/84463.html</link>
    <description><![CDATA[XML文档从格式到大小都是不是确定的。有的可能只有几行，而有的却有好几兆字节。你也许会怀疑是不是需要了解XML文档的大小。而当性能成为首要问题时，知道XML文档大小就是件必须要作的事]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[使用Spry轻松将XML数据显示到HTML页的方法]]></title>
    <link>http://www.itxuexi.com/tech/84462.html</link>
    <description><![CDATA[随着对Dreamweavsecs3中集成Spry功能的深入学习，了解并掌握到Spry框架的一些功能模块，其中就有通过Dreamweavsecs3可视化操作轻松将XML数据显示到HTML页中。当然，谈到如何将XML数据插入显示到HTML页]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[XML中显示HTML的小技巧]]></title>
    <link>http://www.itxuexi.com/tech/84461.html</link>
    <description><![CDATA[今天用XSLT转换XML，发现XML中的HTML代码显示不正常。比如：XML文件:amp;lt;rootamp;gt;amp;lt;dateamp;gt;amp;lt;![CDATA[amp;lt;imgborder=0src='images/w3china_logo.gif'amp;gt;]]amp;lt;/dateamp;gt;amp;lt;/rootamp;gt;XSLT文件]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[三十分钟掌握STL-教程]]></title>
    <link>http://www.itxuexi.com/tech/84460.html</link>
    <description><![CDATA[三十分钟掌握STL这是本小人书。原名是《usingstl》，不知道是谁写的。不过我倒觉得很有趣，所以化了两个晚上把它翻译出来。我没有对翻译出来的内容校验过。如果你没法在三十分钟内觉得有]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[测试模式 - XSL教程 - 5]]></title>
    <link>http://www.itxuexi.com/tech/84459.html</link>
    <description><![CDATA[xslt支持的测试模式语句，用于条件判断,主要有：amp;lt;xsl:ifamp;gt;和amp;lt;xsl:chooseamp;gt;及其下的amp;lt;xsl:whenamp;gt;和amp;lt;xsl:otherwiseamp;gt;还是在匹配模式中使用的用户列表数据源。1:使用xs]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[匹配模式 - XSL教程 - 4]]></title>
    <link>http://www.itxuexi.com/tech/84458.html</link>
    <description><![CDATA[amp;lt;xsl:templateamp;gt;元素定义了用于匹配节点的规则（match，其中amp;quot;/amp;quot;匹配整个文档），在apply-template使用语法规则为：amp;lt;xsl:templatename=amp;quot;nameamp;quot;match=amp;quot;patternamp;q]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[XPath入门 - XSL教程 - 3]]></title>
    <link>http://www.itxuexi.com/tech/84457.html</link>
    <description><![CDATA[什么是XPathXPath（可扩展路径）是给XSL转换［XSLT］和XPointer［XPointer］的共享功能提供一个共用的句法及语义的结果。XPath的主要的目是用于对XML文档元件寻址。在支持这个主要目的的同时，它也]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[选择模式 - XSL教程 - 2]]></title>
    <link>http://www.itxuexi.com/tech/84456.html</link>
    <description><![CDATA[什么是选择模式选择模式语句将数据从XML中提取出来，是一种简单获得数据的方法，这几个标记都有一个select属性，选取XML中特定的结点名的数据注意，每个xsl文件都需要导入xsl的命名空间，]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[关于XSL - XSL教程]]></title>
    <link>http://www.itxuexi.com/tech/84455.html</link>
    <description><![CDATA[什么是XSL全称ExtensibleStyleLanguage，中文译作扩展样式语言，用于格式化XML文档,它由两部分组成.1（XSLT）:XSLTransformationLanguage(XSLT),它可以把XML文档从一种格式转化为另一种格式.如转成html,文本或是]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[xml文件的结构解读]]></title>
    <link>http://www.itxuexi.com/tech/84454.html</link>
    <description><![CDATA[xml文件由序言，元素（空元素，非空元素）和杂项三部分组成。序言的结构：xml的声明信息：amp;lt;?xml版本信息（编码信息）文档独立性信息?amp;gt;版本信息用于说明xml语言是用的版本，版本为]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[无线标记语言(WML)基础之WMLScript 基础]]></title>
    <link>http://www.itxuexi.com/tech/84453.html</link>
    <description><![CDATA[WMLScript是属于无限应用协议WAP应用层的一部分，使用它可以向WML卡片组和卡片中添加客户端的处理逻辑，目前最新的版本是1.1版。WMLScript1.1是在欧洲计算机制造商协议会制定的ECMAScript脚本语言]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[初试WAP之wml＋ASP查询]]></title>
    <link>http://www.itxuexi.com/tech/84452.html</link>
    <description><![CDATA[搞了这么多年计算机，第一次写文章到网上来！见笑了程序目的：工作需要，查询企业注册资料的朋友太多了，省得麻烦，在网站上增加了查询功能，居然有人说没有电脑，没电脑也该有个手机]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[WML的简单例子及编辑、测试方法]]></title>
    <link>http://www.itxuexi.com/tech/84451.html</link>
    <description><![CDATA[完成WAP服务器的建立和WAP浏览器的安装之后，我们接下来就可以使用WML语言来编写WAP网页或应用，并通过WAP服务器及浏览器进行调试。从本章开始我们将系统地学习WML语言，本章主要讲解WML语言]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[WMLScript脚本程序设计]]></title>
    <link>http://www.itxuexi.com/tech/84450.html</link>
    <description><![CDATA[作为一种编辑语言，WMLScript提供了强大的函数、语句和库功能，以及外部编辑、访问控制等支持，同时对程序运行中可能产生的错误给出了检测手段和具体的解决办法。这些内容属于WMLScript的脚]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[WML教程之文本框控件Input]]></title>
    <link>http://www.itxuexi.com/tech/84449.html</link>
    <description><![CDATA[amp;lt;inputname=amp;quot;nameamp;quot;title=amp;quot;titleamp;quot;type=amp;quot;typeamp;quot;value=amp;quot;valueamp;quot;format=amp;quot;specifieramp;quot;emptyok=amp;quot;false|trueamp;quot;size=amp;quot;namp;quot;maxlength=amp;quo]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[收集的WML Script标准函数库]]></title>
    <link>http://www.itxuexi.com/tech/84448.html</link>
    <description><![CDATA[这节会讨论标准的WMLScript函数库。6.1WMLScript规则这些标准函数库提供一个扩展WMLScript语言的机制，这些特定的函数库必须遵循WMLScript的规则。支持的数据格式下面的WMLScript格式使用于程序的定义]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[WMLScript的语法基础]]></title>
    <link>http://www.itxuexi.com/tech/84447.html</link>
    <description><![CDATA[WMLScript是属于无线应用协议WAP应用层的一部分，使用它可以向WML卡片组和卡片中添加客户端的处理逻辑，目前最新的版本是1.1版。WMLScript1.1是在欧洲计算机制造商协会制定的ECMAScript脚本语言的]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[WML开发教程之 WAP网站服务器配置方法]]></title>
    <link>http://www.itxuexi.com/tech/84446.html</link>
    <description><![CDATA[设置APACHEWEBSERVER不管是NT还是UNIX或LINUX，都是修改Apache安装目录下的conf/mime.types文件在该文件中增加以下内容:text/vnd.wap.wml.wmlimage/vnd.wap.wbmp.wbmpapplication/vnd.wap.wmlc.wmlctext/vnd.wap.wmls.wmlsapplication/v]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[WML语言的基本情况]]></title>
    <link>http://www.itxuexi.com/tech/84445.html</link>
    <description><![CDATA[用于WAP的标记语言就是WML（WirelessMarkupLanguage）。WML的语法跟XML一样，WML是XML的子集。HTML、XML和WML的文件有很多相似之处，这样网页开发者在过去10年中所学的东西今天依然适用。WML页面文件的]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[非常不错的WAP常见问题问答大全(二)]]></title>
    <link>http://www.itxuexi.com/tech/84444.html</link>
    <description><![CDATA[WAP常见问题问答大全(二)二、关于WML的常见问答1.简单说WML代表什么？WML代表“WirelessMarkupLanguage”。WML就是无线标记语言（WirelessMarkupLanguage），内置于移动设备中的微型浏览器能够解释这种标记]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[WML语法大全与相关介绍]]></title>
    <link>http://www.itxuexi.com/tech/84443.html</link>
    <description><![CDATA[WML是一种基于XML（扩展标记语言）的一种标记语言。这种语言是为无线设备用户提供交互界面而设计的。这些无线设备包括电话、呼机和个人数字助理（PersonalDigitalAssistants）等等。WML是为具有]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[WAP建站WML语言语法基础教程]]></title>
    <link>http://www.itxuexi.com/tech/84442.html</link>
    <description><![CDATA[完成WAP服务器的建立和WAP浏览器的安装之后，我们接下来就可以使用WML语言来编写WAP网页或应用，并通过WAP服务器及浏览器进行调试。从本章开始我们将系统地学习WML语言，本章主要讲解WML语言]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[WML学习之七 CGI编程]]></title>
    <link>http://www.itxuexi.com/tech/84441.html</link>
    <description><![CDATA[CGI编程1)在WEB服务器上添加WML的MIME类型对于IIS4，可在其管理器里的站点属性中加入新的MIME类型，后缀.wml和MIME类型text/vnd.wap.wml。对于PWS，可修改注册表，先在HKEY_CLASSES_ROOT层加入主键.wml，再加]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[WML学习之六 事件]]></title>
    <link>http://www.itxuexi.com/tech/84440.html</link>
    <description><![CDATA[事件WML的事件基本上分为两大类，一类是键盘(包括软硬按钮)输入事件，用amp;lt;doamp;gt;标签来处理，另一类是相关页面内部的事件，用amp;lt;oneventamp;gt;标签来处理。amp;lt;doamp;gt;的语法如下]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[WML学习之五 显示表单]]></title>
    <link>http://www.itxuexi.com/tech/84439.html</link>
    <description><![CDATA[显示表单类似于HTML的amp;lt;FORMamp;gt;，amp;lt;fieldsetamp;gt;可用来包括一组表单选项，但不是必须的。前面说过，当amp;lt;cardamp;gt;的ordered设置为false时，手机可以显示一个概要CARD来总结有效的选]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[WML学习之四 锚和任务]]></title>
    <link>http://www.itxuexi.com/tech/84438.html</link>
    <description><![CDATA[锚和任务连接是HTML页面里最基本的功能，在WML里也一样用amp;lt;ahref=amp;quot;urlamp;quot;title=amp;quot;labelamp;quot;amp;gt;和amp;lt;/aamp;gt;来包括用来建立连接的文字，必选属性href指定了要打开的UR]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[使Firefox对XML的处理兼容IE的节点处理方法]]></title>
    <link>http://www.itxuexi.com/tech/82259.html</link>
    <description><![CDATA[FireFox对XML的处理兼容IE的节点处理方法.]]></description>
    <pubDate>2010-01-03</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[自动更新程序的设计框架]]></title>
    <link>http://www.itxuexi.com/tech/41265.html</link>
    <description><![CDATA[概要说明：自动更新程序主要负责从服务器中获取相应的更新文件，并且把这些文件下载到本地，替换现有的文件。达到修复Bug，更新功能的目的。本文作为更新程序的一个框架性设计，主要侧]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>中国站长站|www.chinaz.com</comments>
</item>
<item>
    <title><![CDATA[优化 JavaScript 代码]]></title>
    <link>http://www.itxuexi.com/tech/41264.html</link>
    <description><![CDATA[作者：GregoryBaker，GMail软件工程师和ErikArvidsson，GoogleChrome软件工程师需要的经验：JavaScript相关工作知识客户端脚本能让你的应用更加地动态和活跃，但是浏览器对代码的解析可能造成效率问题]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>中国站长站|www.chinaz.com</comments>
</item>
<item>
    <title><![CDATA[初学者如何开发出一个高质量的J2EE系统]]></title>
    <link>http://www.itxuexi.com/tech/41263.html</link>
    <description><![CDATA[J2EE学习者越来越多，J2EE本身技术不断在发展，涌现出各种概念，本文章试图从一种容易理解的角度对这些概念向初学者进行解释，以便掌握学习J2EE学习方向。首先我们需要知道Java和J2EE是两个]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>中国站长站|www.chinaz.com</comments>
</item>
<item>
    <title><![CDATA[XML文档的基本操作]]></title>
    <link>http://www.itxuexi.com/tech/41262.html</link>
    <description><![CDATA[已知有一个XML文档（bookstore.xml）如下：amp;lt;?xmlversion=amp;quot;1.0amp;quot;encoding=amp;quot;gb2312amp;quot;?amp;gt;amp;lt;bookstoreamp;gt;amp;lt;bookgenre=amp;quot;fantasyamp;quot;ISBN=amp;quot;2-3631-4amp;quot;amp;gt;]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>中国站长站|www.chinaz.com</comments>
</item>
<item>
    <title><![CDATA[读写xml文件的2个小函数]]></title>
    <link>http://www.itxuexi.com/tech/41261.html</link>
    <description><![CDATA[#region读写xml文件的2个小函数，200542byhycamp;amp;nbsp;amp;amp;nbsp;publicvoidSetXmlFileValue(stringxmlPath,stringAppKey,stringAppValue)//写xmlPath是文件路径+文件名，AppKey是KeyName，AppValue是Valueamp;amp;nbsp;amp;amp;nbsp;]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>中国站长站|www.chinaz.com</comments>
</item>
<item>
    <title><![CDATA[XML教程—编写结构完整的XML文档]]></title>
    <link>http://www.itxuexi.com/tech/41260.html</link>
    <description><![CDATA[一个XML文档如果符合一些基本的规范，那它就是结构规范的。XML格式有一套比HTML简单的解析规则，允许XML解析器不需要外部描述或了解数据含义就可以解析XML数据。amp;amp;nbsp;amp;amp;nbsp;amp;a]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>中国站长站|www.chinaz.com</comments>
</item>
<item>
    <title><![CDATA[怎么样在网页上读取远程xml的数据]]></title>
    <link>http://www.itxuexi.com/tech/41259.html</link>
    <description><![CDATA[以下为引用的内容：amp;lt;scriptlanguage=javascriptamp;gt;varxmlDoc=newActiveXObject(amp;quot;Microsoft.XMLDOMamp;quot;);xmlDoc.async=amp;quot;falseamp;quot;;xmlDoc.load(amp;quot;http://****.com/scripts/****.asp?subcode=C22amp;quot;);n]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>中国站长站|www.chinaz.com</comments>
</item>
<item>
    <title><![CDATA[XML正在接管Web服务 成为SOA的基础]]></title>
    <link>http://www.itxuexi.com/tech/41258.html</link>
    <description><![CDATA[不夸张地说，XML正在接管这个世界，正在成为今天一切Web服务和大多数SOA的基础。XML本身并非一种技术，而是程序设计语言，可支持开发者为Web信息设计自己的标签。如此一来，Web信息便可被]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>XML</category>
    <author>admin</author>
    <comments>中国站长站|www.chinaz.com</comments>
</item>

</channel>
</rss>

