Re: [Gestalt-users] OUTPUT_RESOLVER_ERROR: Invalid stdout: URI
Status: Alpha
Brought to you by:
colin-adams
From: Florent G. <dar...@ya...> - 2006-09-27 09:35:13
|
Colin Adams wrote: Hi > So if you are going to use relative URIs in > xsl:result-document, you must change the principal output > destination Ok, thanks for the answer. I tried the following: > cat gexslt-crash-2.xsl <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> <xsl:template name="main"> <xsl:result-document href="gexslt-crash-2.xml"> <out/> </xsl:result-document> </xsl:template> </xsl:transform> > gexslt gexslt-crash-2.xsl --template=main --output=dummy.xml gexslt: system execution failed. Following is the set of recorded exceptions: ------------------------------------------------------------------------------- Class / Object Routine Nature of exception Effect ------------------------------------------------------------------------------- UT_URI make @9 a_reference_valid: <00000000035253A4> Precondition violated. Fail ------------------------------------------------------------------------------- GEXSLT perform_transformation @27 <000000000335003C> Routine failure. Fail ------------------------------------------------------------------------------- GEXSLT execute @44 <000000000335003C> Routine failure. Fail ------------------------------------------------------------------------------- GEXSLT root's creation <000000000335003C> Routine failure. Exit ------------------------------------------------------------------------------- It seems that a URI-related precondition is not meet. Any thought? 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 |