The XPath Expression Builder tool allows you to construct and view the results of your query as you type.
XSet is an XML database and high performance search engine library with a very simple tag-oriented query language, expressed in XML itself. UC Berkeley's Cheshire system indexes and searches structured data including XML, SGML and MARC records, as well as full-text data files.
- This most user-friendly online tool enables you to interactively and secretly query XML/HTML documents using XPath 2.0. It can generate queries for you too!
- XmlTools.persistXPathQuery: Remember the last XPath query used. XmlTools.removeCommentsOnMinify: Remove XML comments during minification. XmlTools.splitAttributesOnFormat: Put each attribute on a new line when formatting XML. Overrides xmlTools.splitXmlnsOnFormat if set to true. (V2 Formatter Only).
It attaches itself to the active XML Editor, so any XML panel in the environment can be queried.
The XPath Query Editor comes with Intellisense, which is intelligently taken from the content of the current XML document. The results of the XPath expression can then be seen in the active XML Editor.
Features
- XPath Intellisense (based on XML content)
- View results within the editor
- Attach to any XML document
- Build XPath expression directly from the element
- Changes to XPath or XML reflected in real time
- Support for namespaces
- Code Preview for C#, VB.Net, Java, VB & XSLT
- View overlapping result sets
- Microsoft Visual Studio Extensions
Usage
The XPath expression can be evaluated against any XML Editor. Nodes matched by the expression are highlighted, and a tree of nodes is shown in the expression window. It is also possible to create an XPath expression from any node within an XML Document.
Namespaces used within the current XML Editor are automatically aliased for use in the XPath expression, but these can be changed added to or removed.
A code preview window shows how to execute the XPath expression in a variety of languages.
Visual Studio Extension
The XPath viewer also integrates into Microsoft Visual Studio, allowing you to run XPath queries in your standard application development environment.
XSD Tutorials
Video Tutorials
Liquid Studio Overview
This video overview shows the functionality of Liquid Studio including XML Schema Editing, XML Editing and XPath tools.
XPath Expression Builder
This video tutorial shows how to create complex XPath expressions for highlighting specific sections within XML documents.
XML Editor
This video tutorial shows the functionality of the XML Editor.