From 449451b63fa3dd406987ddb2737797d4e50dda29 Mon Sep 17 00:00:00 2001 From: Jeff Putsch Date: Wed, 17 Nov 2010 19:16:28 -0800 Subject: New Formula: saxon.rb Open Source SAXON XSLT processor developed by Michael Kay of Saxonica Limited. It provides implementations of XSLT 2.0, XQuery 1.0, and XPath 2.0 at the basic level of conformance defined by W3C. Signed-off-by: Adam Vandenberg --- Library/Formula/saxon.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Library/Formula/saxon.rb (limited to 'Library/Formula') diff --git a/Library/Formula/saxon.rb b/Library/Formula/saxon.rb new file mode 100644 index 000000000..0b21fd5e9 --- /dev/null +++ b/Library/Formula/saxon.rb @@ -0,0 +1,20 @@ +require 'formula' + +class Saxon