<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://commons.oreilly.com/wiki/skins/common/feed.css?97"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>XPath and XPointer/Preface - Revision history</title>
		<link>http://commons.oreilly.com/wiki/index.php?title=XPath_and_XPointer/Preface&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.11.0</generator>
		<lastBuildDate>Fri, 24 May 2013 03:15:59 GMT</lastBuildDate>
		<item>
			<title>Docbook2Wiki: Initial conversion from Docbook</title>
			<link>http://commons.oreilly.com/wiki/index.php?title=XPath_and_XPointer/Preface&amp;diff=5164&amp;oldid=prev</link>
			<description>&lt;p&gt;Initial conversion from Docbook&lt;/p&gt;

			&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;tr&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 09:53, 7 March 2008&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;</description>
			<pubDate>Fri, 07 Mar 2008 09:53:46 GMT</pubDate>			<dc:creator>Docbook2Wiki</dc:creator>			<comments>http://commons.oreilly.com/wiki/index.php/Talk:XPath_and_XPointer/Preface</comments>		</item>
		<item>
			<title>Docbook2Wiki: Initial conversion from Docbook</title>
			<link>http://commons.oreilly.com/wiki/index.php?title=XPath_and_XPointer/Preface&amp;diff=5103&amp;oldid=prev</link>
			<description>&lt;p&gt;Initial conversion from Docbook&lt;/p&gt;

			&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;tr&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 09:50, 7 March 2008&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;</description>
			<pubDate>Fri, 07 Mar 2008 09:50:41 GMT</pubDate>			<dc:creator>Docbook2Wiki</dc:creator>			<comments>http://commons.oreilly.com/wiki/index.php/Talk:XPath_and_XPointer/Preface</comments>		</item>
		<item>
			<title>Docbook2Wiki: Initial conversion from Docbook</title>
			<link>http://commons.oreilly.com/wiki/index.php?title=XPath_and_XPointer/Preface&amp;diff=5042&amp;oldid=prev</link>
			<description>&lt;p&gt;Initial conversion from Docbook&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{XPath and XPointer/TOC}}&lt;br /&gt;
XML documents contain regular but flexible structures. Developers can use those structures as a framework on which to build powerful transformative and reporting applications, as well as to establish connections between different parts of documents. XPath and XPointer are two W3C-created technologies that make these structures accessible to applications. XPath is used for locating XML content within an XML document; XPointer is the standard for addressing such content, once located. The two standards are not typically used in isolation but in support of two critical extensions to the core of XML: Extensible Stylesheet Language Transformations (XSLT) and XLink, respectively. They are also finding wide use in other applications that need to reference parts of documents. These two closely related technologies provide the underpinning of an enormous amount of XML processing.&lt;br /&gt;
&lt;br /&gt;
== Who Should Read This Book? ==&lt;br /&gt;
&lt;br /&gt;
Presumably, if you're browsing a book like this, you already know the rudiments of XML itself. You may have experimented with XSLT but, if so, haven't completely mastered it. (You can't do much in XSLT without first becoming comfortable with at least the basics of XPath.) Similarly, you may have experimented with XLinks; in this case, you've probably focused on linking to entire documents other than the one containing the link. XPointer will be your tool of choice for linking to portions of documents — external to or within the document where the XLink reference is made.&lt;br /&gt;
&lt;br /&gt;
As support for XPath is integrated into the Document Object Model (DOM), DOM developers may also find XPath a convenient alternative to walking through document trees. Finally, developers interested in hypertext and other applications where references may have to cross node boundaries will find a thorough explanation of XPointer, the leading technology for creating those references.&lt;br /&gt;
&lt;br /&gt;
You need not be an XML document author or developer to read this book. The XPath standard is fairly mature, and therefore is already incorporated in a number of high-level tools. XPointer, by contrast, is not yet a final standard; for this reason, the use of XPointers will probably be limited to experimental purposes in the short term.&lt;br /&gt;
&lt;br /&gt;
Regardless of whether you're coming at the subject as primarily a document author or designer, or as a developer, ''XPath and XPointer'' can be revisited as often as you need it: for reference or as a refresher.&lt;br /&gt;
&lt;br /&gt;
== Who Should Not Read This Book? ==&lt;br /&gt;
&lt;br /&gt;
If you don't yet understand XML (including XML namespaces) and have never looked at XSLT, you probably need to start with an XML book. John E. Simpson's ''Just XML'' (Prentice-Hall PTR) and Erik Ray's ''Learning XML'' (O'Reilly &amp;amp; Associates) are both good places to start.&lt;br /&gt;
&lt;br /&gt;
== Organization of the Book ==&lt;br /&gt;
&lt;br /&gt;
[[XPath and XPointer/Introducing XPath and XPointer|Chapter 1]] introduces you to the foundations of XPath and XPointer, and where they're used.&lt;br /&gt;
&lt;br /&gt;
[[XPath and XPointer/XPath Basics|Chapter 2]] gets you started with XPath's node tree model for documents and XPath syntax, as well as the set of node types accessible in XPath.&lt;br /&gt;
&lt;br /&gt;
[[XPath and XPointer/Location Steps and Paths|Chapter 3]] moves deeper into XPath, detailing the use of XPath axes, node tests, and predicates.&lt;br /&gt;
&lt;br /&gt;
[[XPath and XPointer/XPath Functions and Numeric Operators|Chapter 4]] explains the tools XPath offers for manipulating content once it has been located.&lt;br /&gt;
&lt;br /&gt;
[[XPath and XPointer/XPath in Action|Chapter 5]] demonstrates XPath techniques with over 30 examples using a wide variety of XPath parts.&lt;br /&gt;
&lt;br /&gt;
[[XPath and XPointer/XPath 2.0|Chapter 6]] examines the upcoming 2.0 version of XPath, including new features and interoperability issues.&lt;br /&gt;
&lt;br /&gt;
[[XPath and XPointer/XPointer Background|Chapter 7]] explains XPointer's perspective on XML documents and how its use in URLs requires some changes from basic XPath.&lt;br /&gt;
&lt;br /&gt;
[[XPath and XPointer/XPointer Syntax|Chapter 8]] explains the details of using XPointer syntax, including &amp;quot;bare names,&amp;quot; child sequences, and interactions with namespaces.&lt;br /&gt;
&lt;br /&gt;
[[XPath and XPointer/XPointer Beyond XPath|Chapter 9]] delves deeper into XPointer, exploring the techniques XPointer offers for referencing points and ranges of text, not just nodes.&lt;br /&gt;
&lt;br /&gt;
== Conventions Used in This Book ==&lt;br /&gt;
&lt;br /&gt;
The following font conventions are used throughout the book:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;Constant width&amp;lt;/tt&amp;gt; is used for:&lt;br /&gt;
&lt;br /&gt;
* Code examples and fragments&lt;br /&gt;
* Anything that might appear in an XML document, including element names, tags, attribute values, entity references, and processing instructions&lt;br /&gt;
* Anything that might appear in a program, including keywords, operators, method names, class names, and literals&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;'''Constant-width bold'''&amp;lt;/tt&amp;gt; is used for:&lt;br /&gt;
&lt;br /&gt;
* User input&lt;br /&gt;
* Signifying emphasis in code statements&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;''Constant-width italic''&amp;lt;/tt&amp;gt; is used for:&lt;br /&gt;
&lt;br /&gt;
* Replaceable elements in code statements&lt;br /&gt;
&lt;br /&gt;
''Italic'' is used for:&lt;br /&gt;
&lt;br /&gt;
* New terms where they are defined&lt;br /&gt;
* Pathnames, filenames, and program names&lt;br /&gt;
* Host and domain names (''www.xml.com'')&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tip&amp;quot;&amp;gt;&lt;br /&gt;
'''Tip'''&lt;br /&gt;
&lt;br /&gt;
This icon indicates a tip, suggestion, or general note.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;warning&amp;quot;&amp;gt;&lt;br /&gt;
'''Warning'''&lt;br /&gt;
&lt;br /&gt;
This icon indicates a warning or caution.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that XML (and therefore XPath and XPointer) is case sensitive. Therefore, a &amp;lt;tt&amp;gt;BATTLEINFO&amp;lt;/tt&amp;gt; element would not be the same as a &amp;lt;tt&amp;gt;battleinfo&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;BattleInfo&amp;lt;/tt&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
== Comments and Questions ==&lt;br /&gt;
&lt;br /&gt;
Please address comments and questions concerning this book to the publisher:&lt;br /&gt;
&lt;br /&gt;
O'Reilly &amp;amp; Associates, Inc.&amp;lt;br/&amp;gt;1005 Gravenstein Highway North&amp;lt;br/&amp;gt;Sebastopol, CA 95472&amp;lt;br/&amp;gt;(800) 998-9938 (in the United States or Canada)&amp;lt;br/&amp;gt;(707) 829-0515 (international/local)&amp;lt;br/&amp;gt;(707) 829-0104 (fax)&lt;br /&gt;
&lt;br /&gt;
There is a web page for this book, which lists errata, examples, or any additional information. You can access this page at:&lt;br /&gt;
&lt;br /&gt;
''http://www.oreilly.com/catalog/xpathpointer''&lt;br /&gt;
&lt;br /&gt;
To comment or ask technical questions about this book, send email to:&lt;br /&gt;
&lt;br /&gt;
[mailto:bookquestions@oreilly.com bookquestions@oreilly.com]&lt;br /&gt;
&lt;br /&gt;
For more information about books, conferences, Resource Centers, and the O'Reilly Network, see the O'Reilly web site at:&lt;br /&gt;
&lt;br /&gt;
''http://www.oreilly.com''&lt;br /&gt;
&lt;br /&gt;
== Acknowledgments ==&lt;br /&gt;
&lt;br /&gt;
It's almost laughable that any technical book has just a few names on the cover, if that many. Such books are always the product of many minds and talents being brought to bear on the problem at hand.&lt;br /&gt;
&lt;br /&gt;
For their help with ''XPath and XPointer'', I am especially indebted to a number of individuals. Simon St.Laurent, my editor, has for years been a personal hero; I was flattered that he asked me to write the book in the first place and am grateful for his patience and support during its development. I came to XPath in particular by way of XSLT, and for this reason I happily acknowledge the implicit contributions to this book from that standard's user community, especially (in alphabetical order): Oliver Becker, David Carlisle, James Clark, Bob DuCharme, Tony Graham, G. Ken Holman, Michael Kay, Evan Lenz, Steve Muench, Dave Pawson, Wendell Piez, Sebastian Rahtz, and Jeni Tennison. J. David Eisenberg, Evan Lenz, and Jeni Tennison served as technical reviewers during the book's final preproduction stage; words cannot express how grateful I am for their patience, thoroughness, and good humor. Acknowledging the (unwitting or explicit) help of all those people does not, of course, imply that they're in any way responsible for the content of this book; errors and omissions are mine and mine alone.&lt;br /&gt;
&lt;br /&gt;
I am also grateful to my colleagues and superiors in the City of Tallahassee's Public Works and Information Systems Services departments for their support during the writing of ''XPath and XPointer''. They have endured far more than their deserved share of blank, preoccupied stares from me over the last few months.&lt;br /&gt;
&lt;br /&gt;
Finally, to my wife Toni: to paraphrase Don Marquis's dedication to his ''Archie and Mehitabel'', thanks &amp;quot;for Toni knows what/and Toni knows why.&amp;quot;&lt;/div&gt;</description>
			<pubDate>Fri, 07 Mar 2008 09:45:23 GMT</pubDate>			<dc:creator>Docbook2Wiki</dc:creator>			<comments>http://commons.oreilly.com/wiki/index.php/Talk:XPath_and_XPointer/Preface</comments>		</item>
	</channel>
</rss>