Guenter,

thanks for the note! I wasn't aware of this. We do hope that 0.50 will
be out in a week; it shouldn't take much longer anyway. There's just one
more function in the interface, SablotSetEncoding(). The relevant part
of sablot.h says:
//
//      SablotSetEncoding
//      sets the output encoding to be used regardless of the encoding
//      specified by the stylesheet
//      To unset, call with encoding_ NULL.
//

Declare
(
    void SablotSetEncoding(SablotHandle processor_, char *encoding_);
)

Thank you again,
Tom Kaiser



Guenter Radestock wrote:
> 
> Hello,
> 
> I just used part of this rainy sunday afternoon to read in the Sablotron
> source code and foud a little logical bug:
> 
> <xsl:comment>---</xsl:comment> will output <!--- -- -->; the code
> trying to prevent more than one consecutive "-" fails here...but easy to
> fix.
> 
> BTW: When will the next version be out?  Will there be new interfaces?
> Will the old interfaces change?
> --
> Guenter Radestock, Universitaetsbibliothek Karlsruhe
> [EMAIL PROTECTED]
> http://www.ubka.uni-karlsruhe.de/~guenter

Reply via email to