Sha256: a978d733c0fe77d1509ef7c9b6dd892f55a539f54b48d118dbc3c4a8ee422984
Contents?: true
Size: 728 Bytes
Versions: 2
Compression:
Stored size: 728 Bytes
Contents
/* $Id: libxslt.h 43 2007-12-07 12:38:59Z transami $ */ /* Please see the LICENSE file for copyright and distribution information */ #include <libxml/parser.h> #include <libxml/debugXML.h> #ifndef __RUBY_LIBXSLT_H__ #define __RUBY_LIBXSLT_H__ #include <ruby.h> #if HAVE_RUBY_IO_H #include <ruby/io.h> #else #include <rubyio.h> #endif #include <ruby_libxml.h> #include <libxslt/extra.h> #include <libxslt/xslt.h> #include <libxslt/xsltInternals.h> #include <libxslt/transform.h> #include <libxslt/xsltutils.h> #include <libexslt/exslt.h> #include "ruby_xslt_stylesheet.h" #include "ruby_exslt.h" #include "version.h" extern VALUE cXSLT; extern VALUE eXSLTError; extern VALUE eXMLXSLTStylesheetRequireParsedDoc; #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libxslt-ruby-1.1.1-x64-mingw32 | ext/libxslt/libxslt.h |
libxslt-ruby-1.1.1 | ext/libxslt/libxslt.h |