Saxon-HE (home edition) is an open source product that provides implementations of XSLT (3.0), XQuery (3.1), and XPath (2.0, 3.1) at the basic level of conformance defined by W3C.
Expression support for magic.node, giving you expressions resembling XPath to query your magic.node graph objects, in addition to other helper methods, such as the ability to read and generate string literals, convert between types, generate and parse Hyperlambda, etc. To use package go to...
More information
A library for loosely comparing XML documents, useful for comparing the XML documents used as messages in various specifications and for configuration files.
Order of siblings, Namespace prefixes, location of Namespace definition (xmlns attribute), etc. are ignored.
This package also contains...
More information
JsonPath Class Library: Extract values from JSON data with single line expressions and plain old CLR objects without using foreach/if. Extract the 42 from ["1st","2nd",{"aString":"HelloWorld","aNumber":42}] with C# expression: json[2]["aNumber"]
dcsoup is a .NET library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.
This library is basically a port of jsoup, a Java HTML parser library. see also: http://jsoup.org/
API reference is...
More information
Saxon-HE (home edition) is an open source product that provides implementations of XSLT (2.0), XQuery (1.0, 3.0, 3.1), and XPath (2.0, 3.0, 3.1) at the basic level of conformance defined by W3C. This package has been created to fix the reference listing in the original package "Saxon-HE" by...
More information
Saxon-HE (home edition) is an open source product that provides implementations of XSLT (3.0), XQuery (3.1), and XPath (2.0, 3.1) at the basic level of conformance defined by W3C.
XmlMapper is a .Net xml library. This xml library allow you to bind your xml to your class properties using XPath. Please visit https://bitbucket.org/slimmm/xmlmapper/wiki/Home
This is a code package containing utility classes for discovering the XPath of supported .Net XObjects, see http://xmlspecificationcompare.codeplex.com/ for documentation.