BizTalk Utilities CV ,   Jobs ,   Code library
 
Home Page


Add/Edit your code items
Search the code library
Browse for the code library


XSLT
Finding the Maximum Date
World Cup 2002 fever hits XSLT!!
Using XSLT for DHTML Menus
RSS / RDF Newsfeed Reader
Hierarchical menu from Database + XSL to Html
XSLT syntax hightlighter
XSLT Stylesheet for listing namespaces used in a document
Rotate an SVG shape over it's center
Looping through each letter of the alphabet
An XSL Calculator using the FXSL Functional Programming Library
A Calendar, using the XSelerator's datetime library
Match a phrase to the closest sorted list value with 1 XPath Expression
SVG toolbar
Sort an XML document
Transposing rows into columns using XML/XSLT
XSLT ISAPI Filter for IIS
Browser-Based XML Editor
XSLT function for standardizing address values
Passing Values to XSL (non- addParameter)
XSLT Date Sorting using MSXSL:SCRIPT (Microsoft-centric)


 
 

<< XQuery.NET and XML >>


By khoi pham
First Posted 05/04/2002
Times viewed 289

XPath Analyzer


This post contains attachments
v20020504152758.zip 

Summary XPath Analyzer is an xpath utility that will allow you to evaluate queries against an xml instance.

The xpath analyzer will allow you to load from the file system or you can cut and paste into an editable area. Once loaded, the tool will display formatted xml in it's own pane. The lower pain displays the result nodes. This tool also detects namespace declarations and allows you to bind them to the document. Also included is a handy link to MSDN's xpath tutorial. The utility is written as an HTA application and utilizes DHTML, XSLT, and MSXML4.0

A full description and screen shot is available at http://www.progstudios.com/computing.aspx

XPath Analyzer is a simple utility tool that will allow you to evaluate queries against an xml instance. It's writen as an HTA Application. For those who aren't familiar with HTA's, it's basically an HTML file with different security permissions and a few extensions. Right now you're probably saying to yourself, Special Security Permissions! Screw that!, let me reassure you that I'm not doing anything malicious or making any attempt to violate your privacy. But if you don't believe me, the code is not encrypted so take a look for yourself before running the application.

To launch the application unzip the files and double click on XPathAnalyzer.hta. Next, load a well formed xml document from your file system by clicking the Load button. By default, Xpath Analyzer is set to use MSXML 4.0. If you don't have MSXML4.0 XPath Analyzer will prompt you install it. However, if you choose not to install you can select MSXML3.0 which is installed by IE6.0. This will load the xml instance into memory and display the xml in the top pane. Xpath Analyzer will also detect all your namespace bindings from the instance and load them to the namespace bindings drop down.


Rate this article on a scale of 1 to 10 (0 votes, average 0)

Your vote :  

<< XQuery.NET and XML >>





Leave a comment for this article
Your name
Your email (optional)
Your comment
Optional: Upload an attachment
Enter the code shown:

 
 

    Email TopXML