ext/ox/ox.h in ox-2.2.4 vs ext/ox/ox.h in ox-2.3.0
- old
+ new
@@ -131,9 +131,12 @@
char effort; /* Effort */
char sym_keys; /* symbolize keys */
char skip; /* skip mode */
char smart; /* YesNo sax smart mode */
char convert_special;/* boolean true or false */
+ char allow_invalid; /* YesNo */
+ char inv_repl[12]; /* max 10 valid characters, first character is the length */
+ char strip_ns[64]; /* namespace to strip, \0 is no-strip, \* is all, else only matches */
#if HAS_ENCODING_SUPPORT
rb_encoding *rb_enc;
#elif HAS_PRIVATE_ENCODING
VALUE rb_enc;
#else