ext/ox/sax.h in ox-2.2.4 vs ext/ox/sax.h in ox-2.3.0

- old
+ new

@@ -15,9 +15,10 @@ typedef struct _SaxOptions { int symbolize; int convert_special; int smart; SkipMode skip; + char strip_ns[64]; } *SaxOptions; typedef struct _SaxDrive { struct _Buf buf; struct _NStack stack; /* element name stack */