Sha256: 9ffc97b200acb3ad3fbe7bddc08bd8f2e9a4d439f5a96441e95bfe6ff264a3f8
Contents?: true
Size: 925 Bytes
Versions: 5
Compression:
Stored size: 925 Bytes
Contents
/* $Id: libxslt.h 43 2007-12-07 12:38:59Z transami $ */ /* Please see the LICENSE file for copyright and distribution information */ #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 <libxml/parser.h> #include <libxml/debugXML.h> #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" /*#if ((RUBY_LIBXML_VER_MAJ != RUBY_LIBXSLT_VER_MAJ) || (RUBY_LIBXML_VER_MIN != RUBY_LIBXSLT_VER_MIN)) #error "Incompatible LibXML-Ruby headers - please install same major/micro version" #endif*/ extern VALUE cLibXSLT; extern VALUE cXSLT; extern VALUE eXSLTError; extern VALUE cXMLDocument; #endif
Version data entries
5 entries across 5 versions & 1 rubygems