Re: [Gestalt-users] OUTPUT_RESOLVER_ERROR: Invalid stdout: URI
Status: Alpha
Brought to you by:
colin-adams
From: Colin A. <col...@ho...> - 2006-09-27 08:09:09
|
It isn't a bug. You have specified a relative URI within href attribute of xsl:result-document. This is treated as relative to the URI of the principal output destination. This is stdout: by default, which is a gexslt-specific URI scheme that only has 1 valid lexical form: "stdout:". So if you are going to use relative URIs in xsl:result-document, you must change the principal output destination - from the command line this can only be a file name - check the documentation - I think the optiion is called --output=<file-name>. >From: Florent Georges <dar...@ya...> >Reply-To: ges...@li... >To: Gestalt ML <ges...@li...> >Subject: [Gestalt-users] OUTPUT_RESOLVER_ERROR: Invalid stdout: URI >Date: Wed, 27 Sep 2006 09:48:20 +0200 (CEST) > > Hi > > I found an other error, related to xsl:result-document. >Here is the test case: > > > 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 > At line 6 in >file://localhost/c%3A/Documents+and+Settings/Florent+Georges/My+Documents/xslt/xslt-unit/misc/gexslt-crash-2.xsl: > Fatal error: >http://www.gobosoft.com/eiffel/gobo/gexslt/extension#OUTPUT_RESOLVER_ERROR: >Invalid stdout: URI > > It seems to be clearly a bug, so I guess I can open an issue? > > 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 > > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share >your >opinions on IT & business topics through brief surveys -- and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >_______________________________________________ >Gestalt-users mailing list >Ges...@li... >https://lists.sourceforge.net/lists/listinfo/gestalt-users _________________________________________________________________ Windows Live Messenger has arrived. Click here to download it for free! http://imagine-msn.com/messenger/launch80/?locale=en-gb |