Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 13 of 15

Allows using Jaxen XPath on Scala XML See Tests.scala to get what stuff currently works.

0
 
  0 reviews  |  0 users  |  197 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

The XML Toolbox provides helper utilities and wrappers for handling of XML documents in Java : Extra URI resolvers for XML documents and entities (e.g. from inside JAR files or XML:DB resources) Java 1.5 generics enabled XML:DB API helper classes XML object models converters (from and to DOM, SAX ... [More] , XOM, XPP...) XML:DB unit testing classes and helpers (e.g. automatic setup and disposal of an in-memory XML database) Schema validation utilities (e.g. Schematron) XSLT and XQuery unit testing framework [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 

The Recursive Data-Structures Template Library (RDSTL) is currently sitting in the old JSONpp library. The RDSTL is both a library and a set of supporting libraries. The main library is the RDSTL, itself, defines an generic interface for recursive data-structures. Libraries can be built on top of ... [More] the RSDTL, for instance, the XGTL, which provides run-time XPath to any data-structure which satisfies the RDSTL and some further constraints. Entry points: JSON Library, BEL, XGTL, RDSTL. TODOjsonpp needs real unicode support see the TODO finish lazy-evaluation; currently "parent" support is dodgy add support for the "rooted" flag implement the predicate parser and predicate recursive data-structure for the XPGTL; also, make sure all of the axis-names are applying the predicate appropriately hook up the XTL to the XPGTL (in progress) hook up the IPR iterator front-end to the XPGTL build a representation of DBUS as an RDS, build an [i|o]dbusstream function-object, and attach to the XPGTL [Less]

0
 
  0 reviews  |  0 users  |  1,534 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

Works relatively well, although not much support for namespaces yet and most testcases are not implemented... Help needed! Important, NO preceeding axis is implemented (has to be reprogrammed to replace the missing ListIterator). To use the package import the jar, and add to your gwt.xml file. ... [More] Can be used like that: String xmlString = 'success!';     Document doc = XMLParser.parse(xmlString);     try {      BaseXPath xp = new GWTXPath('//b[@a='x']/text()');      List nodeList = xp.selectNodes(doc);      Window.alert(((Text) nodeList.get(0)).getData());     } catch (JaxenException e) {      e.printStackTrace();     } [Less]

0
 
  0 reviews  |  0 users  |  18,041 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

using xpath, freemaker to auto generated spring mvc code; Not include ORM, because there are so many ORM mapping tools to generated related files;

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Util for parsing xpath queries and converting to convinient object representation.

0
 
  0 reviews  |  0 users  |  9,164 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Search engines has shown a growing interest in applying full text XQuery as a query representation. The task of this project is to develop an experimental XQuery parser which produces an intermediate representation and if possible, transform this IR into an algebrae tree. This project is directed ... [More] by the Department of Computer Science at the Norwegian University of Science and Technology (NTNU) in Trondheim, Norway. [Less]

0
 
  0 reviews  |  0 users  |  46,738 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

xml2json.xslt is a XSLT 1.0 stylesheet to transform arbitrary XML to JSON. There is also a version for javascript. The workings are demonstrated with the accompanied xml files. The target of this library is to create javascript-like JSON (Parker convention), not XML-like JSON (see the BadgerFish ... [More] convention). The downside is it won't translate all markup (yet), and there's a chance the JSON is invalid. However, if you control the XML, you will enjoy the merits of javascript. Enjoy ;-) I will call this the Parker convention, after the comic Parker & Badger by Cuadrado. I can really recommend the comic, also in relation to this work and the BadgerFish convention. [Less]

0
 
  0 reviews  |  0 users  |  593 lines of code  |  0 current contributors  |  Analyzed about 17 hours ago
 
 

XMLMate Homepage Check XML and XHTML documents for Well-Formedness and Validity while editing them in TextMate with support for DTD, W3C XML Schema, RELAX NG, Schematron, XInclude, XML Catalog, and XPath 2.0 Visualizer.

0
 
  0 reviews  |  0 users  |  15,729 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

This Ant task sets an Ant property to the value of an xpath expression in an XML document. If multiple values are found they are concatenated, separated by a user-provided delimiter.

0
 
  0 reviews  |  0 users  |  427 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.