crash with pure virtual function call -------------------------------------
Key: XALANC-705 URL: https://issues.apache.org/jira/browse/XALANC-705 Project: XalanC Issue Type: Bug Components: XalanC, XPathC Affects Versions: CurrentCVS Environment: any platform Reporter: Michael Kupchuk Priority: Critical Fix For: CurrentCVS Applying this xslt to xml without "NOTEXISTS" node causes a pure virtual function call crash <?xml version="1.0" encoding="windows-1251"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:external="http://ExternalFunction.xalan-c++.xml.apache.org" xmlns:xalan="http://xml.apache.org/xalan"> <xsl:output method="xml" omit-xml-declaration="no" encoding="windows-1251"/> <xsl:template match="*"> <xsl:value-of select="NOTEXISTS|xalan:nodeset(concat('aaa','bbb'))"/> </xsl:template> </xsl:stylesheet> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org For additional commands, e-mail: xalan-dev-h...@xml.apache.org