You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Lyle Coder <x_...@hotmail.com> on 2001/05/09 07:22:31 UTC

Bug in Xalan C++ 1.1

Hello,
Here is a XSL style sheet and an XML input file that will cause Xalan to
crash (try it with testXSLT).

BTW, It used to work in Xalan C++ 1.0 and still works in Xalan 1.1 Java
version

Thanks
Lyle

XalanDOMString and mbstowcs

Posted by Lyle Coder <x_...@hotmail.com>.
Hello,
I have a UTF-8 encoded string pointed to by a char *.  I want to create a
XalanDOMString from this.

How do I accomplish this?  Can I call mbstowcs on my char * and then feed
the result to XalanDOMString?

I tried that and it doesent seem to work

Thanks
Lyle