Home > Learn XML > XML Video Demos > Box Office > XPath Introduction
XPath Introduction — Using XPath Queries to Extract Data from XML Documents
Need XPath help? The XPath query editor is a helpful utility in Stylus Studio for querying XML documents using XPath 1.0 and XPath 2.0, a W3C standard language for navigating and extracting information from your XML data. In this XPath introduction, learn how powerful features for XPath code completion, XPath syntax highlighting, integrated support for XML namespace management, and support for XPath 2.0 functions can dramatically simplify your next XML application.
The Camtasia Studio video content presented here requires JavaScript to be enabled and the latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by downloading here.
An XPath Introduction Covers the Following Topics
Watch the entire introductory tutorial series!
- Invoking the XPath text editor from within the XML Editor
- Using the Intelligent XML-Aware XPath syntax help in the XPath editor
- Evaluating an XPath expression, for example, determining an element's count or position
- Browsing the results of an XPath expression in the query output window
- Viewing XPath query results as XML documents
- Configuring the XPath query editor according to your preferences
- Examples of writing advanced XPath applications
- Working with XPath namespace URI's and prefixes in the XPath editor
- Using XPath backmapping to troubleshoot XPath results
- Creating a new XPath expression
- Using the XPath editor in other XML editing views, including the tree view and XML grid view
- Understanding the current XPath context when evaluating an expression
- Invoking an XPath 2.0 function involving conditional logic
WYSIWYG XSLT Designer
Stylus Studio's powerful and easy-to-use WYSIWYG ("What you see is what you get") XSLT Designer lets you create XSLT stylesheets without writing any code! Go from a blank slate to solid, robust XSLT in minutes, using simple drag-and-drop operations.
XPath Query Editor
Stylus Studio's XML Editor has an XPath Query Editor that allows you to easily roubleshoot, test, and debug any XPath expression.
XSL-List
The XSL-List forum is a valuable learning resource for the Extensible Stylesheet Language (XSL), covering the XSL specification, XSL processor implementations, and XSL user questions. Get this free XSL resource delivered to your inbox today.
EDI to XML Mapping
A tutorial on how to transform EDI files into XML using Stylus Studio's Convert to XML tool. Subsequent post-processing of the converted EDI data is done through XQuery or XSLT, modeling a real world XML data integration application.