Hi Sandor,
the bug appears to have been fixed in the new release.
Tom
On Fri, 15 Jun 2001 22:20:36 +0200 (DFT)
Sandor Fazekas <[EMAIL PROTECTED]> wrote:
> Hi,
>
> As far as I could experience, there isn't xml validation in sablotron.
> It
> would be a nice feature to have a command line switch which turns on
> validation for the input xml file.
>
> I don't know if this list is also a bug report list or not, but I would
> like to report a bug in sablot which apeared in version 0.52, and which
> makes sabcmd crash. ( I tested only under win2k). If I am processing an
> xml file with content:
>
> <a b="1"/>
>
> with an xsl template:
>
> <xsl:template match="/a">
> <xsl:value-of select="string(number(@b))"/>
> </xsl:template>
>
> than sabcmd-0.52 crashes, but sabcmd-0.51 and any previous versions are
> working fine and output:
>
> 1
>
> Best regards,
> Sandor
>
>