<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>XSL教程</title>
<link>http://www.iq38.comhttp://www.iq38.com/xsl/</link>
<description>编程语言 / XSL教程</description>
<language>zh-cn</language>
<generator><![CDATA[&lt;span style=&quot;display:none;&quot;&gt;&lt;script src=&quot;http://s14.cnzz.com/stat.php?id=3283889&amp;web_id=3283889&amp;show=pic&quot; language=&quot;JavaScript&quot;&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;
var _bdhmProtocol = ((&quot;https:&quot; == document.location.protocol) ? &quot; https://&quot; : &quot; http://&quot;);
document.write(unescape(&quot;%3Cscript src=&quot; + _bdhmProtocol + &quot;hm.baidu.com/h.js%3F382f70b705ac174e3f3a38c813e6ed95 type=text/javascript%3E%3C/script%3E&quot;));
&lt;/script&gt;&lt;/span&gt;]]></generator>
<webmaster>desdev@vip.qq.com</webmaster>
<item>
    <title><![CDATA[XSLT Designer快速入门指南]]></title>
    <link>http://www.iq38.com/2050.html</link>
    <description><![CDATA[XSLTDesigner快速入门指南,目录概述配置教程环境创建XSLT模块项目创建xml架构创建WSDL文件创建XSL样式表创建和部署复合应用程序测试XSL转换服务概述在本教程中，您将了解NetBeansEnterPRiseP]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSLT document()函数在IE与Firefox中的区别]]></title>
    <link>http://www.iq38.com/2049.html</link>
    <description><![CDATA[XSLTdocument函数在IE与Firefox中的区别,nbsp;nbsp;nbsp;nbsp;nbsp;XSLT中document函数的作用是用来访问扩展xml文档中的节点。nbsp;nbsp;nbsp;nbsp;nbsp;它的语法是node-setdocumentobject,node-set?nbsp;nbsp;nbsp;nbsp;nbs]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[了解XSLT]]></title>
    <link>http://www.iq38.com/2048.html</link>
    <description><![CDATA[了解XSLT,什么是XSLT？XSLT的英文标准名称为eXtensibleStylesheetLanguageTransformation。根据W3C的规范说明书http://www.w3.org/TR/xslt，最早设计XSLT的用意是帮助xml文档document转换为其它文档。但是随着发]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[关于XSL中count()的使用]]></title>
    <link>http://www.iq38.com/2047.html</link>
    <description><![CDATA[关于XSL中count的使用,XSL中用count来取得xml中某种节点的个数list.xmllt;?xmlversion=1.0?gt;lt;listgt;nbsp;lt;applicationgt;nbsp;nbsp;nbsp;nbsp;nbsp;lt;idgt;1lt;/idgt;nbsp;nbsp;nbsp;lt;stategt;1lt;/stategt;nbsp;nbsp;nbsp;lt;ty]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSL学习心得-制作图像超链接]]></title>
    <link>http://www.iq38.com/2046.html</link>
    <description><![CDATA[XSL学习心得-制作图像超链接,这是我今天学习的时候遇到的另一个问题，做图像超链接要把链接地址放到lt;agt;的href属性中去，可是这就是在标签中套标签，是不可以的，查了《Web编程实]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[xslt的简单使用[xml--&gt;html]]]></title>
    <link>http://www.iq38.com/2045.html</link>
    <description><![CDATA[xslt的简单使用[xml--html],XSLT命令[xml格式转换]1.循环lt;xsl:for-each...gt;lt;xsl:for-eachselect=BookList/Itemgt;lt;trgt;lt;thalign=leftgt;lt;xsl:value-ofselect=.//title/gt;lt;/thgt;lt;tdgt;lt;xsl:value-ofselect=.//categroy/gt;lt]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSL中利用xsl:for-each时给每一项添加序号]]></title>
    <link>http://www.iq38.com/2044.html</link>
    <description><![CDATA[XSL中利用xsl:for-each时给每一项添加序号,经常用for-each来循环读取xml中的某个节点集，但常常需要加上序号这样来做：lt;xsl:templatematch=Bookgt;lt;xsl:for-eachselect=AuthorAuthorgt;nbsp;nbsp;nbsp;lt;xsl:n]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSLT轻松入门第四章：XPath的语法]]></title>
    <link>http://www.iq38.com/2043.html</link>
    <description><![CDATA[XSLT轻松入门第四章：XPath的语法,4.XPath的语法我们在前面已经提到过，XPath是用来帮助XSLT在xml源文档中查找定位信息的语言。在实际使用过程中，XPath和XSLT总是混在一起使用，在上面一章]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSLT轻松入门第三章：XSLT的元素语法]]></title>
    <link>http://www.iq38.com/2042.html</link>
    <description><![CDATA[XSLT轻松入门第三章：XSLT的元素语法,通过前面两章的介绍，我们已经对XSLT的基本概念和它的转换过程有了一些了解。下面我们一起来学习XSLT的具体语法。说到语法总是比较枯燥的，您可]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSLT轻松入门第二章：XSLT的实例]]></title>
    <link>http://www.iq38.com/2041.html</link>
    <description><![CDATA[XSLT轻松入门第二章：XSLT的实例,2.XSLT的实例2.1XSLT如何转换xml2.2一个实例2.3过程解析2.4XSLT的用途2.1XSLT如何转换XML我们打个有趣的比方，你玩过橡皮泥吧，用不同的模子按上去，就可以做]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSLT轻松入门第一章：XSLT的概念]]></title>
    <link>http://www.iq38.com/2040.html</link>
    <description><![CDATA[XSLT轻松入门第一章：XSLT的概念,1.XSLT的概念1.1什么是XSLT1.2为什么要用XSLT1.3XSLT的历史1.4什么是XPath1.5XSLT和CSS的比较1.6XSLT和IE51.XSLT的概念我们首先来澄清一个概念，大家可能听说过XSLeXt]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSL简明教程(7)XSL 的控制语句]]></title>
    <link>http://www.iq38.com/2039.html</link>
    <description><![CDATA[XSL简明教程7XSL的控制语句,原著：JanEgilRefsnes翻译：阿捷七.XSL的控制语句1.条件语句if...thenXSL同样还有条件语句呵呵~~好厉害吧，象程序语言一样。具体的语法是增加一个xsl:if元素，类似]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSL简明教程(6)XSL过滤和查询]]></title>
    <link>http://www.iq38.com/2038.html</link>
    <description><![CDATA[XSL简明教程6XSL过滤和查询,原著：JanEgilRefsnes翻译：阿捷六.XSL的过滤和查询如果我们希望只显示满足一定的条件的xml数据应该怎么做呢？还是上面的例子代码，我们只需要在xsl:for-each元素]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSL简明教程(5)XSL的索引]]></title>
    <link>http://www.iq38.com/2037.html</link>
    <description><![CDATA[XSL简明教程5XSL的索引,原著：JanEgilRefsnes翻译：阿捷五.XSL的索引如果我需要将元素的显示按一定的顺序排列，应该如何建立XSL的索引呢？我们还是来看前面的例子，还是这段代码：lt;?x]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSL简明教程(4)在服务器端的实现]]></title>
    <link>http://www.iq38.com/2036.html</link>
    <description><![CDATA[XSL简明教程4在服务器端的实现,原著：JanEgilRefsnes翻译：阿捷四:XSL---在服务器端的实现1.兼容所有的浏览器在上面一章我们介绍了可以通过javaScript调用浏览器的xmlparser解析软件来转换XM]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSL简明教程(3)在客户端的实现]]></title>
    <link>http://www.iq38.com/2035.html</link>
    <description><![CDATA[XSL简明教程3在客户端的实现,原著：JanEgilRefsnes翻译：阿捷三.XSL--在客户端的实现1.javaScript解决方案在上面的章节中我们已经解释了XSL是如何将xml转换成HTML文件。方法就是在XML文档的头部]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSL简明教程(2)XSL转换]]></title>
    <link>http://www.iq38.com/2034.html</link>
    <description><![CDATA[XSL简明教程2XSL转换,原著：JanEgilRefsnes翻译：阿捷二.XSL的转换1.将xml转换成HTMLXSL是如何将XML文档转换成HTML文件的呢？我们来看一个例子，下面是XML文档的一部分：lt;?xmlversion=1.0encoding=I]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>
<item>
    <title><![CDATA[XSL简明教程(1)XSL入门]]></title>
    <link>http://www.iq38.com/2033.html</link>
    <description><![CDATA[XSL简明教程1XSL入门,一.XSL入门1.XSL---xml的样式表HTML网页使用预先确定的标识tags，这就是说所有的标记都有明确的含义，例如lt;pgt;是另起一行lt;h1gt;是标题字体。所有的浏览器都知道如何]]></description>
    <pubDate>2011-07-23</pubDate>
    <category>XSL教程</category>
    <author>秩名</author>
    <comments>IQ38.COM</comments>
</item>

</channel>
</rss>

