[Gestalt-users] Gexslt crash with xsl:import: URI format?
Status: Alpha
Brought to you by:
colin-adams
From: Florent G. <dar...@ya...> - 2006-08-29 23:41:26
|
Hi Colin With your help and the help of Eric, I finally build a fresh Gexslt and can pass the first step of my trasnformations. But I found the following stylesheet: <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> <xsl:import href="file://localhost/c%3A/.../test-suite-utils.xsl"/> <xsl:template match="/"/> </xsl:transform> produced an eror (when applied to any input tree, of course): 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 ------------------------------------------------------------------------------- --trace produces an empty file. Note that the URI in @href was generated by Gexslt (the stylesheet is generated from an other stylesheet) from: <x_:import href="{ resolve-uri('test-suite-utils.xsl', base-uri(doc(''))) }"/> The hidden "/.../" part in the URI above is correct (refers to an existing file), but with spaces replaced by the character "+". Hope that helps. Regards, --drkm p4.vert.ukl.yahoo.com uncompressed/chunked Tue Aug 29 12:13:43 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 |