XPath-based Parsing Framework (XPaF) is a simple, fast, open-source parsing
framework that makes it easy to extract relations (subject-predicate-object
triples) from HTML and XML documents.
curl -O https://googletest.googlecode.com/files/gtest-1.7.0.zip
unzip gtest-1.7.0.zip
cd gtest-1.7.0
./configure
make
cp -a include/gtest /usr/local/include
cp -a lib/.libs/*.{a,dylib} /usr/local/lib/
XPath-based Parsing Framework (XPaF)
XPath-based Parsing Framework (XPaF) is a simple, fast, open-source parsing framework that makes it easy to extract relations (subject-predicate-object triples) from HTML and XML documents.
Documentation is available here.
Copyright 2011 Google Inc. All Rights Reserved.
Installation instructions
Install libraries (see platform-specific instructions below)
Build xpaf, run tests, and install
Clean up
Linux installation instructions
Install autotools
Install libraries
Install re2 library
Run ldconfig to set up symlinks for libraries
OS X installation instructions
Install Homebrew (http://brew.sh/)
Install libraries
Install gtest library