xpath
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 11
Class::XPath 1.4
Class::XPath module adds XPath-style matching to your object trees. more>> Class:XPath 1.4 is created to be a module which 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 have an OO implementation of a tree. The tree must be a true tree - all nodes have a single parent and the tree must have a single root node. Also, the order of children within a node must be stable.
Added: 2007-06-25 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
15 downloads
Breadcrumbs navigation with PHP 5, SimpleXML, XPath and class
Navigate through a website can be most irritating if the user is not well informed where he is and where he comes from. To prevent users from being lost the breadcrumbs method is one of the most suita more>> Navigate through a website can be most irritating if the user is not well informed where he is and where he comes from. To prevent users from being lost the breadcrumbs method is one of the most suitable. SimpleXML, XPath and PHP 5 are perfect tools to create serious breadcrumbs positioning. This class is taking care of the breadcrumbs handling. The XML file contains all the necessary data to control standard and breadcrumbs navigation. The script controls seven parameters you deliver according to your environment and XML file by adapting the PHP code in the HTML file. The class is made of two parts: In the first part it loops through the XML file and sets text, Url and Id (which has to start with 1 and needs to be unique and incremental). In the second part we use a different technique to present the XML data (thanks to HTML table): First we read the id and set the corresponding elements (for example if id is 2 we show only the homepage, plus the first and the second link).<<less
Added: 2006-09-01 License: Freeware Price: Free
1179 downloads
Breadcrumbs navigation with PHP 5, SimpleXML, XPath and class Navi_Bread_1.0_CB
Navigate through a website can be most irritating if the user is not well informed where he is and where he comes from. To prevent users from being lost the breadcrumbs method is one of the most suitable. SimpleXML, XPath and PHP 5 are perfect tools to more>> Navigate through a website can be most irritating if the user is not well informed where he is and where he comes from. To prevent users from being lost the breadcrumbs method is one of the most suitable. SimpleXML, XPath and PHP 5 are perfect tools to create serious breadcrumbs positioning. This class is taking care of the breadcrumbs handling. The XML file contains all the necessary data to control standard and breadcrumbs navigation. The script controls seven parameters you deliver according to your environment and XML file by adapting the PHP code in the HTML file. The class is made of two parts: In the first part it loops through the XML file and sets text, Url and Id (which has to start with 1 and needs to be unique and incremental). In the second part we use a different technique to present the XML data (thanks to HTML table): First we read the id and set the corresponding elements (for example if id is 2 we show only the homepage, plus the first and the second link).<<less
Added: 2009-02-10 License: Freeware Price: $0.00USD
11 downloads
JPath 1.0.3
JPath is a simple lightweight Javascript Class which provides an XPath-like querying ability to JSON objects. There are two syntactic methods to using JPath -- chained method calls or an XPath query. Chained method calls offers the most control more>> JPath is a simple lightweight Javascript Class which provides an XPath-like querying ability to JSON objects. There are two syntactic methods to using JPath -- chained method calls or an XPath query. Chained method calls offers the most control but with a high level of complexity. XPath query is a lot easier to use but with the caveat that its considered beta and rather limited as far as Javascript features go.<<less
Added: 2008-01-17 License: GPL Price: $0.00USD
14 downloads
PhpXconfig
PhpXconfig is such a great and useful PHP class that reads an XML file for config data and allows retrieval by a directory type method similar to XPath. more>> PhpXconfig is such a great and useful PHP class that reads an XML file for config data and allows retrieval by a directory type method similar to XPath.<<less
Added: 2009-08-01 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
XML, XMLDom and ASP, Part 1 1.0
A brief introduction to working with the XMLDom in ASP and XPath. Complete with examples and desriptions of everything. First part of several upcoming articles. more>> A brief introduction to working with the XMLDom in ASP and XPath. Complete with examples and desriptions of everything. First part of several upcoming articles.<<less
Added: 2006-04-07 License: Freeware Price: $0.00USD
15 downloads
Other version of XML, XMLDom and ASP, Part
License:Freeware
PHP5 XML 0.1
PHP5 XML is an pure PHP extension of the DOMDocument class that integrates the DOMDocument, DOMXPath, and XSLTProcessor classes. While making it easier to perform tasks such as finding elements with a specific attribute, transforming XML using more>> PHP5 XML is an pure PHP extension of the DOMDocument class that integrates the DOMDocument, DOMXPath, and XSLTProcessor classes. While making it easier to perform tasks such as finding elements with a specific attribute, transforming XML using stylesheets, and searching for nodes using XPath, this class also provides additional functionality. With a single method call, you can convert any PHP variable into a well-formed, and customizable, XML document. You may also reverse the process, converting an XML serialized PHP value, with a single method call.<<less
Added: 2008-11-10 License: GPL Price: $0.00USD
12 downloads
Compass 2.2.0
This Java Framework enables the power of Search Engine semantics on different applications more>>
Compass 2.2.0 This Java Framework enables the power of Search Engine semantics on different applications.
The framework was built on top of the Lucene Search Engine and it integrates easily to other ORM development frameworks.
Major Features:
- Simple Compass provides a simple API for working with Lucene. If you know how to use an ORM, then you will feel right at home with Compass with simple operations for save, and delete & query.
- Lucene Building on top of Lucene, Compass simplifies common usage patterns of Lucene such as google-style search, index updates as well as more advanced concepts such as caching and index sharding (sub indexes). Compass also uses built in optimizations for concurrent commits and merges.
- Mapping Compass provides support for mapping of different data "formats" - indexing and storing (caching) them in the Search Engine: Object to Search Engine Mapping (using annotations or xml), JSON to Search Engine Mapping (explicit or dynamic), XML to Search Engine Mapping (using simple xpath expressions), and the low level Resource to Search Engine Mappping.
- Tx Compass provides a transactional API on top of the Search Engine supporting different transaction isolation levels. Externally, Compass provides a local transaction manager as well as integration with external transaction managers such as JTA (Sync and XA), Spring, and ORM ones.
- ORM Compass integrates seamlessly with most popular ORM frameworks allowing automatic mirroring, to the index, of the changes in data performed via the ORM tool. Compass has generic support for JPA as well as embedded support for Hibernate, OpenJPA, TopLink Essentials, and EclipseLink allow to add Compass using three simple steps.
- Spring Compass integrates seamlessly with Spring. Compass can be easily configured using Spring, integrates with Spring transaction management, has support for Spring MVC, and has Spring aspects built in for reflecting operations to the search engine.
- Distributed Compass simplifies the creation of distributed Lucene index by allowing to store the Lucene index in a database, as well as storing the index simply with Data Grid products such as GigaSpaces, Coherence and Terracotta.
Added: 2009-06-27 License: Other Free / Open Source License - Apache License Price: OtherFreeOpenSourceLicenseApacheLicense
15 downloads
Combine XML, Files and SQLite with PHP 5 XMLFileSQLite_100608
This example shows you how to do it if you have no MySql DBMS at hand and a not to extensive amount of data to expect. The XML file (holds all basic data we want to make available in the administration by choice), the text file will handle all the chosen more>> This example shows you how to do it if you have no MySql DBMS at hand and a not to extensive amount of data to expect. The XML file (holds all basic data we want to make available in the administration by choice), the text file will handle all the chosen data and the SQLite will contain all data submitted from users - as an extra we want to trigger the most important actions as data inserts and changes in text files with error_log(). PHP has everything you need: SimpleXML and XPath to handle the XML data, the fopen-flock-fwrite-fclose functions to handle text files and the SQLite statements and features to handle database content. A configuration class concerns about the connections, a debugger class writes the log messages and a exception class of ones own secures that text files are always in fine read and write condition or checks if the submitted data has been manipulated. The function sqlite_escape_string prevents from submitting harmful code in the SQLite database.<<less
Added: 2009-02-16 License: Freeware Price: $0.00USD
13 downloads
SoftXMLLib - JavaScript XML Library 1.0
SoftXMLLib is a cross-browser JavaScript Library. Any web developer dealing with XML data knows about hard job he must implement in order to make things working perfectly in all browsers. This libriary makes working with XML DOM and AJAX easy and more>> SoftXMLLib is a cross-browser JavaScript Library. Any web developer dealing with XML data knows about hard job he must implement in order to make things working perfectly in all browsers. This libriary makes working with XML DOM and AJAX easy and simple. Now you can query XML documents using advanced XPATH, encode and decode xml strings with Ajax and much more...<<less
Added: 2007-01-14 License: Freeware Price: $0.00USD
13 downloads
OSCore 2.2.5
This is a set of utility-classes that are common to other components of the OpenSymphony software more>>
OSCore 2.2.5 is a very serviceable set of utility-classes that are common to other components of the OpenSymphony software
Contains essential functionality for any J2EE application. From these basic classes, other applications or programming algorithms can be built upon.
Installation:
There are two different ways to install OSCore: using oscore.jar as a library in your application or deploying oscore.jar as an EJB module to an application server.
Major Features:
- TextUtils useful functions for manipulating Strings. Examples include: extracting primitive types, verifying e-mail addresses, splitting and joining, escaping characters, hyperlinking text, indentation, etc.
- XMLUtils common XML functions such as parsing and printing DOM documents, performing XSL transformations and selecting nodes using XPATH.
- EJBUtils common EJB and JNDI based functions such as looking up and narrowing home interfaces and looking up entity-beans directly.
- BeanUtils useful methods for accessing values of objects using reflection.
- MultipartException a special type of Exception designed to be subclassed for holding many child Exceptions. Useful if validation can throw many Exceptions and they all need to be wrapped up into and report (for example).
- Data an Object wrapper for binary data.
- OrderedMap a java.util.Map implementation that retains the order items were added in.
- DataUtil a small class that helps convert Objects to their primitive types.
- DateUtil a small class for handling ISO 8601 International Date formats.
Enhancements:
- Bug
-
- [CORE-63] - TextUtils.br() does not generate XHTML
- [CORE-65] - URL is not linked if the last URL on the page is "http://"
- [CORE-67] - URLs with quotes are valid, but URLUtils does not show them as valid
- Improvement: [CORE-71] - Allow overriding of the encoding of high bit characters in htmlEncode
Added: 2009-06-27 License: Other Free / Open Source License - Apache License Price: OtherFreeOpenSourceLicenseApacheLicense
16 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above xpath search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed