[xslt] Segfault on misplaced func:result
- From: Mark Howe <mark cyberporte com>
- To: xslt gnome org
- Subject: [xslt] Segfault on misplaced func:result
- Date: Fri, 14 Mar 2008 18:41:27 +0100
The following segfaults xsltproc (and our own libxslt-based app):
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:func="http://exslt.org/functions"
xmlns:exsl="http://exslt.org/common"
extension-element-prefixes="func">
<xsl:template match="/">
<func:result><p>goodbye cruel world</p></func:result>
</xsl:template>
</xsl:stylesheet>
It's obviously a dumb thing to feed to LibXSLT (over-zealous copy and
paste)...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]