Yes, starts-with should be supported. We'll try to fix the problem if
you kindly send us the full test data (stylesheet + XML) and indicate
whether you're using version 0.44.
Thanks,
Tom Kaiser (Ginger Alliance)
Myoungki Kim wrote:
>
> we make stylesheet with starts-with() function
> but it couldnot error.
>
> our stylesheet .
> .....
> <xsl:when test="starts-with(@HREF,'#')">
>
> </xsl:when>
>
> Does sablotron support starts-with() function?
>
> XSLTranslation: expr.cpp:1558: char * Expression::tostringCharPtr(): Assertion
>`(functor == EXF_ATOM) && (type == EX_STRING)' failed.
> Aborted