[ 
https://issues.apache.org/jira/browse/XALANC-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17811549#comment-17811549
 ] 

Joe Kesselman commented on XALANC-761:
--------------------------------------

Note that Xalan-C has been moved to the Apache Attic. It was based on a 
now-ancient version of Xalan, and does not have anyone currently maintaining 
it. Frankly. I'd suggest that if someone wanted to revive it a fresh port from 
Java might be wiser. Or perhaps another complete architectural cleanup of both.

> xalan segfaults on <xsl:include> statement
> ------------------------------------------
>
>                 Key: XALANC-761
>                 URL: https://issues.apache.org/jira/browse/XALANC-761
>             Project: XalanC
>          Issue Type: Bug
>          Components: XalanC
>    Affects Versions: 1.11
>         Environment: Linux 3.13.0-46-generic #77-Ubuntu SMP i686 GNU/Linux
> sudo apt-get install xalan
>            Reporter: Axel Söding-Freiherr von Blomberg
>            Assignee: Steven J. Hathaway
>            Priority: Major
>
> The bug can be reproduced with a minimal setup:
> stylesheet2.xsl:
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet version="1.0"
>                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> <xsl:output method="xml"/>
> <xsl:template name="foo">foo</xsl:template>
> </xsl:stylesheet>
> stylesheet1.xsl:
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet version="1.0"
>                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> <xsl:output method="xml"/>
> <xsl:include href="stylesheet2.xsl"/>
> <xsl:template match="foo">
> </xsl:template>
> </xsl:stylesheet>
> foo.xml:
> <?xml version='1.0' encoding='UTF-8'?>
> <foo>
> </foo>
> $/usr/bin/Xalan foo.xml stylesheet1.xsl
> segmentation fault



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org

Reply via email to