Sha256: 88fedd2a2d1a490fbf50a335611dab681dd2fdcb2e682852527823f9d72ae8f0

Contents?: true

Size: 830 Bytes

Versions: 2

Compression:

Stored size: 830 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>
#include <rubyio.h>
#include <libxml/parser.h>
#include <libxml/debugXML.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_xslt_transform_context.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;

#endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
libxslt-ruby-0.9.0-x86-mswin32-60 ext/libxslt/libxslt.h
libxslt-ruby-0.9.0 ext/libxslt/libxslt.h