On Wed, Nov 29, 2000 at 02:28:42PM +0100, Nicolas Sauret wrote:
> Saravanan Desingh a �crit :
> > 
> > Hello,
> > 
> >     When I use the string function, "starts-with" in xsl and when I try
> > to parse  an xml using this xsl thru SABLOTRON, I get an error msg, in
> > the program 'expr.cpp' at line #1558.

When I had problems with the string functions, I could found that
explicitly converting the arguments to string would work, like
"starts-with(string($var1), string($var2))".  This may be a workaround.

-- 
Guenter Radestock, Universitaetsbibliothek Karlsruhe
[EMAIL PROTECTED]
http://www.ubka.uni-karlsruhe.de/~guenter

Reply via email to