[Gestalt-users] xsl:result-document cannot open a file
Status: Alpha
Brought to you by:
colin-adams
From: Florent G. <dar...@ya...> - 2006-09-28 20:31:03
|
Hi I tried to use xsl:result-document, and I give a trange error: Fatal error: http://www.gobosoft.com/eiffel/gobo/gexslt/extension#OUTPUT_RESOLVER_ERROR: Unable to open file://localhost/c%3A/some path/gexslt-result-doc.xml My stylesheet is: <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> <xsl:template name="main"> <xsl:result-document href="gexslt-result-doc.xml"> <yo/> </xsl:result-document> </xsl:template> </xsl:transform> I tried the following URIs: - gexslt-result-doc.xml - C:/some path/gexslt-result-doc.xml - file://localhost/c%3A/some path/gexslt-result-doc.xml - file://localhost/c%3A/some+path/gexslt-result-doc.xml - file://localhost/c%3A/some%20path/gexslt-result-doc.xml with lowcase and upcase "C:", all gave the same error. If you confirm it is a bug, I'll open a ticket on the tracker. Regards, --drkm ___________________________________________________________________________ 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 |