Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.357.050 Times

Xpath freeware
Filter: All | Freeware | Demo
 

Xpath

1 2 3 4 5 > 
Added: March 16, 2010 | Visits: 745

B::XPath B::XPath class can search Perl optrees with XPath syntax. SYNOPSIS Perl represents programs internally as a tree of opcodes. To execute a program, it walks this tree, performing each operation as it encounters it. The B family of modules allows you to examine (and in some cases, manipulate)...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (88): B::XPath Download

Added: October 14, 2010 | Visits: 900

Test::XML::XPath Test::XML::XPath is a Perl module to test XPath assertions. SYNOPSIS use Test::XML::XPath tests => 3; like_xpath( , /foo ); # PASS like_xpath( , /bar ); # FAIL unlike_xpath( , /bar ); # PASS is_xpath( bar , /foo, bar ); # PASS is_xpath( bar , /bar, foo ); # FAIL # More...





Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): Test::XML::XPath Download

Added: July 20, 2010 | Visits: 1.199

File::Find::Rule::XPath File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions. SYNOPSIS use File::Find::Rule::XPath; my @files = File::Find::Rule->file ->name(*.dkb) ->xpath( //section/title[contains(., "Crustacean")] ) ->in($root); This module extends File::Find::Rule to...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): File::Find::Rule::XPath Download

Added: June 14, 2010 | Visits: 1.132

OpenOffice::OODoc::XPath OpenOffice::OODoc::XPath is a Low-level XML navigation in the documents. This module is a low-level class which uses OODoc::File (without inheriting anything from it) along with the classes defined in the XML::Twig module. Its a common basis for the other, more user- friendly, document-oriented...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (116): OpenOffice::OODoc::XPath Download

Added: July 20, 2010 | Visits: 1.176

XML::XPath::Builder XML::XPath::Builder is a SAX handler for building an XPath tree. SYNOPSIS use AnySAXParser; use XML::XPath::Builder; $builder = XML::XPath::Builder->new(); $parser = AnySAXParser->new( Handler => $builder ); $root_node = $parser->parse( Source => [SOURCE] ); XML::XPath::Builder is a...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (118): XML::XPath::Builder Download

Added: April 11, 2010 | Visits: 1.544

XML::DOM::Lite::XPath XML::DOM::Lite::XPath is a Perl module for XPath support for XML::DOM::Lite. SYNOPSIS # XPath use XML::DOM::Lite qw(XPath); $result = XPath->evaluate(/path/to/*[@attr="value"], $contextNode); This XPath library is fairly complete - there are still a few functions outstanding which need to...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (127): XML::DOM::Lite::XPath Download

Added: February 05, 2010 | Visits: 764

XML::XPath::Simple XML::XPath::Simple is a very simple interface for XPaths. SYNOPSIS use XML::XPath::Simple; $xp = new XML::XPath::Simple( xml => $xml, context => / ); $content = $xp->valueof(/doc/c[2]/d[1]@id); XML::XPath::Simple is designed to allow for the use of simple Abbreviated XPath syntax to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): XML::XPath::Simple Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 468

XPath Visualizer The XPathVisualizer application was developed to be a simple, free Winforms tool to help you visualize the results of XPath queries on XML documents.


Platforms: Windows, Windows Vista, 7

License: Freeware Download (53): XPath Visualizer Download

Added: May 10, 2013 | Visits: 279

Class::XPath This module adds XPath-style matching to your object trees. This means that you can find nodes using an XPath-esque query with match() from anywhere in the tree. Also, the xpath() method returns a unique path to a given node which can be used as an identifier.To use this module you must already...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (53): Class::XPath Download

Added: May 10, 2013 | Visits: 350

XPath JS Library XPath is a language for finding information in documents. XPath is generally used to navigate through elements and attributes in an XML document but can also be used as a powerful query language.


Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (52): XPath JS Library Download

Added: August 18, 2013 | Visits: 476

Feeds XPath Parser Feeds XPath Parser is a Feeds plugin for parsing XML and HTML documents. It enables site builders to leverage the power of Feeds to easily import data from complex, external data sources. Each element you wish to extract is setup using configurable mapping queries, saving time for developers who...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Feeds XPath Parser Download

Released: December 19, 2012  |  Added: December 19, 2012 | Visits: 245

PDIS XPath This is a pure-Python XPath evaluator based on ElementTree. It supports a substantial fraction of the XPath 1.0 specification, but only the self, child, and attribute axes. The parser underlying the evaluator attempts to handle all of XPath 1.0.


Platforms: Windows, Mac, Linux

License: Freeware Size: 19.36 KB Download (48): PDIS XPath Download

Released: November 26, 2012  |  Added: November 26, 2012 | Visits: 379

Simple XPath Parser API XPath Parser is a library consisting of parser for XPath-expressions and a set of classes which are used to represent their structure. Parser creates class-based structure of an XPath expression which may be manipulated as required.This small library ma


Platforms: Windows, Mac, Linux

License: Freeware Size: 46.15 KB Download (48): Simple XPath Parser API Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 259

TinyXPath : tiny C++ XPath Small footprint C++ library to extract an XPath 1.0 expression from an XML tree. Uses the TinyXML project to parse XML trees and store intermediate results. Runs on any platform. Optional use of STL. Overhead less than 100KB, including TinyXML.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 108.47 KB Download (48): TinyXPath : tiny C++ XPath Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 332

XPath Explorer XPath Explorer (XPE) is a GUI application that lets you interactively experiment with XPath. Given an xpath and URL (to an HTML or XML document), it displays matching nodes and their values. This makes it easy to play with and debug your XPath expression


Platforms: Windows, Mac, Linux

License: Freeware Size: 830.94 KB Download (49): XPath Explorer Download

Released: September 21, 2012  |  Added: September 21, 2012 | Visits: 327

XPath over XML Schema Evaluates XPath 1.0 expressions over W3C XML Schema definitions to get a compile-time prediction of nodes that will be matched at run-time. Project homepage: http://xpath-on-schema.sourceforge.net/


Platforms: Windows, Mac, Linux

License: Freeware Size: 110.38 KB Download (50): XPath over XML Schema Download

Added: May 09, 2013 | Visits: 293

Php.XPath for XML Tools Php.XPath is a php class for searching an XML document using XPath, and making modifications using a DOM style API. Does not require the DOM XML PHP library.


Platforms: PHP

License: Freeware Size: 122.88 KB Download (40): Php.XPath for XML Tools Download

Added: June 10, 2010 | Visits: 1.077

XML Hammer 1.0 XML Hammer application is a free and open-source tool that simplifies elementary XML actions like checking for well-formedness, validation, transformation and xpath searches using any JAXP implementation. After all these years of XML, it is still relatively difficult to simply validate or...


Platforms: *nix

License: Freeware Size: 4.2 MB Download (90): XML Hammer 1.0 Download

Added: November 03, 2010 | Visits: 613

XML::LibXML::XPathContext XML::LibXML::XPathContext is an XPath evaluation. SYNOPSIS my $xpc = XML::LibXML::XPathContext->new(); my $xpc = XML::LibXML::XPathContext->new($node); $xpc->registerNs($prefix, $namespace_uri) $xpc->unregisterNs($prefix) $uri = $xpc->lookupNs($prefix)...


Platforms: *nix

License: Freeware Size: 256 KB Download (93): XML::LibXML::XPathContext Download

Added: February 01, 2010 | Visits: 1.005

Data::DPath::Builder Data::DPath::Builder is a SAX handler for building an XPath tree. SYNOPSIS use AnySAXParser; use Data::DPath::Builder; $builder = Data::DPath::Builder->new(); $parser = AnySAXParser->new( Handler => $builder ); $root_node = $parser->parse( Source => [SOURCE] ); Data::DPath::Builder is...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (97): Data::DPath::Builder Download

1 2 3 4 5 >