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.346.535 Times

Xpath Reference freeware
Filter: All | Freeware | Demo
 

Xpath Reference

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

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: 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: October 14, 2010 | Visits: 898

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: 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: November 03, 2012  |  Added: November 03, 2012 | Visits: 767

PNG reference library Reference library for supporting the Portable Network Graphics (PNG) format. Now you have all the information related to the PNG image format at your disposal. PNG is built to be a bitmapped image format that supports lossless data compression.


Platforms: Windows

License: Freeware Download (49): PNG reference library 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: 658

Field Reference 5.x-1.1-beta1 It is similar in concept with the Node Reference module, but unlike Node Reference, this module only references a node field. The referenced field gets injected into the referring node.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site...


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

License: Freeware Download (57): Field Reference 5.x-1.1-beta1 Download

Added: May 10, 2013 | Visits: 489

Role Reference It is similar in concept with the Node Reference module, but unlike Node Reference, this module only references a user role.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x


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

License: Freeware Download (50): Role Reference Download

Added: May 10, 2013 | Visits: 483

State Reference It is similar in concept with the Node Reference module, but unlike Node Reference, this module only references workflow states.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x


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

License: Freeware Download (55): State Reference 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: September 12, 2013 | Visits: 561

Hierarchical Select Node Reference This module allows the use of Hierarchical Select form element as a widget for CCK node reference field, both in node add/edit form and in views filter.A Hierarchical Select in widget setting allows you to define a path in the hierarchy of node reference fields, once defined, this path can be...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (41): Hierarchical Select Node Reference Download

Added: March 23, 2013 | Visits: 2.209

Node Reference URL Widget The Node Reference URL Widget module adds a new widget to the Node Reference CCK field type. It auto-populates a node reference field with a value from the URL, and does not allow this value to be changed once set. It can automatically provide a link on the referencing node types, that will...


Platforms: PHP

License: Freeware Size: 10 KB Download (53): Node Reference URL Widget 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

Added: August 19, 2013 | Visits: 517

CCK Node Reference ASM Select This module adds a new CCK Node Reference widget option (in addition to the default Select and Auto Complete widget) which seamlessly integrates ASM Select support into all Drupal forms. This allows users to control the order (Delta field) of a Multi-select Node Reference field.Update: As of...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): CCK Node Reference ASM Select Download

Added: May 23, 2013 | Visits: 504

Bible Reference Currently, this project allows users of a Bible module to create a CCK field that is a "Bible Reference". It currently only mimics the basic functionality of the Bible module within CCK. In the future, I would like it to: * Contain views integration (sortable, reference only certain parts of the...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Bible Reference Download

Added: August 29, 2013 | Visits: 589

Node reference auto-create Provides an additional CCK widget type for the base field node reference. The auto-create widget type provides a text-field for input of the node title like standard node reference fields, but instead of linking to existing nodes it creates a node with the specified title on save. When the title...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Node reference auto-create Download

1 2 3 4 5 >