Re: [Gestalt-users] Gexslt crash with xsl:import: URI format?
Status: Alpha
Brought to you by:
colin-adams
From: Florent G. <dar...@ya...> - 2006-08-30 00:31:12
|
Florent Georges wrote: Colin, > The hidden "/.../" part in the URI above is correct > (refers to an existing file), but with spaces replaced by > the character "+". I was wrong thinking the error was because the @href. Sorry. I was able to reproduce the problem, only with a main XSLT that imports two other XSLT (one with a @use-when on function-available('saxon:type-annotation')): > cat function-available.xsl <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> <xsl:import href="function-available-2.xsl"/> <xsl:import href="hello-world.xsl"/> </xsl:transform> > cat function-available-2.xsl <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:my="function-available.xsl" version="2.0"> <xsl:function name="my:type-annotation-catch" xmlns:saxon="http://saxon.sf.net/" use-when="function-available('saxon:type-annotation')"> </xsl:function> </xsl:transform> > cat hello-world.xsl <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:hw="http://www.fgeorges.org/hello-world" version="2.0"> <xsl:function name="hw:hello-world" as="xs:string"> <xsl:sequence select="'Hello, world!'"/> </xsl:function> </xsl:transform> > gexslt function-available.xsl function-available.xsl gexslt: system execution failed. Following is the set of recorded exceptions: ------------------------------------------------------------------------------- Class / Object Routine Nature of exception Effect ------------------------------------------------------------------------------- GEXSLT root's creation Segmentation violation: <000000000169003C> Operating system signal. Exit ------------------------------------------------------------------------------- GEXSLT root's creation <000000000169003C> Routine failure. Exit ------------------------------------------------------------------------------- Regards, --drkm p5.vert.ukl.yahoo.com uncompressed/chunked Tue Aug 29 12:13:40 GMT 2006 ___________________________________________________________________________ Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. http://fr.answers.yahoo.com |