You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "David Bertoni (JIRA)" <xa...@xml.apache.org> on 2010/08/28 20:32:54 UTC

[jira] Closed: (XALANC-705) crash with pure virtual function call

     [ https://issues.apache.org/jira/browse/XALANC-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bertoni closed XALANC-705.
--------------------------------


> 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
>            Assignee: David Bertoni
>            Priority: Critical
>             Fix For: CurrentCVS
>
>         Attachments: XALANC-705.patch
>
>
> 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-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org