<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>intro to all Computer programming,how to,guide,examples, - Xml Tutorials</title><link>http://teachmeasp.net/</link><description>Asp tutorials,Php tutorials,jsp tutorials,Html tutorials,cgi tutorials,xml tutorials, examples,articles, resources,source code, and links - </description><generator>RainbowSoft Studio Z-Blog 1.8 Spirit Build 80722</generator><language>zh-CN</language><copyright>Copyright 2010 teachmeasp.net. Some Rights Reserved.</copyright><pubDate>Sun, 05 Sep 2010 18:39:49 +0800</pubDate><item><title>XPath - Predicates</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/67.html</link><pubDate>Fri, 07 Nov 2008 11:53:45 +0800</pubDate><guid>http://teachmeasp.net/post/67.html</guid><description><![CDATA[We have learned how to select elements and attributes in an XML document, but we haven't learned how to be eliminate unwanted items. This lesson will teach you how to impose restrictions in your XPath expressions using predicates.<br/><br/>We will be using our lemonade2.xml file, which you can download.<br/>...]]></description><category>Xml Tutorials</category><comments>http://teachmeasp.net/post/67.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=67</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=67&amp;key=3ca05cfa</trackback:ping></item><item><title>XPath - Vertical Bar | (Pipe)</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/66.html</link><pubDate>Fri, 07 Nov 2008 11:53:23 +0800</pubDate><guid>http://teachmeasp.net/post/66.html</guid><description><![CDATA[XPath makes use of the character "|", which we will be referring to as pipe from here on out. The pipe character is a way of combining two or more expressions into one. Depending on where you are using XPath, this ability to combine multiple expressions into one may be useful.<br/>...]]></description><category>Xml Tutorials</category><comments>http://teachmeasp.net/post/66.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=66</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=66&amp;key=7ac0e344</trackback:ping></item><item><title>XPath - Wildcard *</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/65.html</link><pubDate>Fri, 07 Nov 2008 11:53:01 +0800</pubDate><guid>http://teachmeasp.net/post/65.html</guid><description><![CDATA[A wildcard is a special character used in programming to include everything in your selection. Up to this point we have been specifying elements by their name, but with the use of the wildcard * we can actually select more than one element at a time.<br/>...]]></description><category>Xml Tutorials</category><comments>http://teachmeasp.net/post/65.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=65</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=65&amp;key=061a2491</trackback:ping></item><item><title>XPath - Parent ..</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/64.html</link><pubDate>Fri, 07 Nov 2008 11:52:36 +0800</pubDate><guid>http://teachmeasp.net/post/64.html</guid><description><![CDATA[This lesson will teach you how to select the parent of an element in your XPath expressions.<br/><br/>We will be using our lemonade2.xml file, which you can download.<br/><br/>XML Code, lemonade2.xml:<br/><inventory><br/>	<drink><br/>		<lemonade supplier="mother" id="1"><br/>			<price>$2.50</price>...]]></description><category>Xml Tutorials</category><comments>http://teachmeasp.net/post/64.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=64</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=64&amp;key=b2852feb</trackback:ping></item><item><title>XPath - Descendants &amp;quot;//&amp;quot;</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/63.html</link><pubDate>Fri, 07 Nov 2008 11:52:11 +0800</pubDate><guid>http://teachmeasp.net/post/63.html</guid><description><![CDATA[As you know, the slash "/" is used to separate parent from child in our XPath expressions. However, when you put two slashes together "//", it does something completely different. Two slashes are used to select the descendants of an element.<br/><br/>This lesson will teach you how to advance your XPath knowledge and save time with the descendant double-slash "//".<br/>...]]></description><category>Xml Tutorials</category><comments>http://teachmeasp.net/post/63.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=63</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=63&amp;key=81ed3802</trackback:ping></item><item><title>XPath - Relative Location</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/62.html</link><pubDate>Fri, 07 Nov 2008 11:51:47 +0800</pubDate><guid>http://teachmeasp.net/post/62.html</guid><description><![CDATA[Now for something completely different! XPath expressions can also be created using relative location paths. Instead of starting at the root element, you can simply reference the element you want and go from there.<br/><br/>We will be using our lemonade2.xml file, which you can download.<br/>...]]></description><category>Xml Tutorials</category><comments>http://teachmeasp.net/post/62.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=62</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=62&amp;key=d3799415</trackback:ping></item><item><title>XPath - Absolute Location</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/61.html</link><pubDate>Fri, 07 Nov 2008 11:51:25 +0800</pubDate><guid>http://teachmeasp.net/post/61.html</guid><description><![CDATA[Up to this point, we have been selecting elements by giving the full path. We start with the the root element and end with the desired descendant element. This method of using the complete path is referred to as absolute location path, and it is useful for selecting a specific element.<br/>...]]></description><category>Xml Tutorials</category><comments>http://teachmeasp.net/post/61.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=61</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=61&amp;key=e71660d3</trackback:ping></item><item><title>XPath - Attribute</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/60.html</link><pubDate>Fri, 07 Nov 2008 11:51:02 +0800</pubDate><guid>http://teachmeasp.net/post/60.html</guid><description><![CDATA[You have already learned how to select any element in an XML document, but how would you get that element's attribute? Those attributes values are within your reach once you learn how to use @ ! <br/><br/>We will be using our lemonade2.xml file, which you can download.<br/>...]]></description><category>Xml Tutorials</category><comments>http://teachmeasp.net/post/60.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=60</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=60&amp;key=56ad804a</trackback:ping></item><item><title>XPath - Element</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/59.html</link><pubDate>Fri, 07 Nov 2008 11:50:38 +0800</pubDate><guid>http://teachmeasp.net/post/59.html</guid><description><![CDATA[The most common usage of XPath is for selecting elements in an XML document. This lesson will provide a walkthrough of selecting many different elements, at different levels, in the XML Tree.<br/><br/>We will be using our lemonade2.xml file, which you can download. Below is the contents of lemonade2.<br/>...]]></description><category>Xml Tutorials</category><comments>http://teachmeasp.net/post/59.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=59</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=59&amp;key=aee0fd80</trackback:ping></item><item><title>XPath - Expressions</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/58.html</link><pubDate>Fri, 07 Nov 2008 11:50:13 +0800</pubDate><guid>http://teachmeasp.net/post/58.html</guid><description><![CDATA[XPath can locate any type of information in an XML document with one line of code. These one liners are referred to as "expressions," and every piece of XPath that you write will be an expression. Just to make it crystal clear, here's the definition of an expression as it relates to our usage.<br/>...]]></description><category>Xml Tutorials</category><comments>http://teachmeasp.net/post/58.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=58</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=58&amp;key=36082974</trackback:ping></item></channel></rss>
