| Projects on Google Code | Results 1 - 10 of 95 |
<h1>Description</h1>
<p>This program provides a simple graphical user interface (GUI) for executing XPath queries and seeing their results.</p>
<p>The GUI tries to provide all the elements that are needed in order to write, test and execute XPath queries without too many troubles. It displays ...
http://ditchnet.org/aquapath
AquaPath is a free Cocoa-based developer tool for Mac OS X that allows you to evaluate XPath 2.0 expressions against any XML document and view the result sequence in a dynamic, intuitive tree representation.
This is an !ActionScript 3 implementation of the XPath 1.0 specification. It began as a port of the XPath sections of the Form Faces library, but has been modified and optimized to make use of the native XML handling available in !ActionScript.
The main tool is a utility that allows searching any structured data using XPath or XQuery. It currently works with LDAP servers.
XBean data source enable you use XPath to query data from a POJO.It implements the interface from jasperreport.
Project under development
This program is for developers to see which XMl elements are selected by XPath expression.
== Introduction ==
The config_server is made to be included in erlang applications that operate on different nodes. The config_server represent a solution for having a human-readable and easy changeable configuration file in your application.
The config_server provides an API to load, save and...
We could need a CSS to XPath selector transformer and via JavaScript, of course!
... well, that's it about this project, except the fact its size minified and gzipped is less than 1Kb :)
{{{
var xpathselector = css2xpath(
"div#test .note span:first-child"
);
/* xpathselector will be...
= Why? =
In a world full of bloat it's hard to move forward. Step aside and look for other ways to deal with XML. Forget W3C, and terrible APIs.
Open your mind.
XML is just a string. You don't need several megabytes of libraries for that. Just cut through and get what you are looking for.
...