Re: [Gestalt-users] xsl:result-document cannot open a file
Status: Alpha
Brought to you by:
colin-adams
From: Colin A. <col...@ho...> - 2006-09-29 09:47:46
|
The problem is in the relative URI resolution under Windows. I don't know whether the problem is actually in class GEXSLT or class UT_URI. It dependes upon whether or not the second colon should be escaped in the URI: file:///D:/gexslt or not. When I coded GEXSLT, I assumed it didn't, as the colon is not special after the initial colon has been seen. But UT_URI requires that all excluded characters have been escaped, and that includes colon. But I am coming round to that viewpoint, as the string: "fred:jim" if treated as a relative URI, then the colon must be escaped, as otherwise it looks like an absolute URI of scheme fred. I'm cross-posting this to the gobo-develop list to see if Franck agrees with my diagnosis. >From: "Colin Adams" <col...@ho...> >Reply-To: ges...@li... >To: ges...@li... >Subject: Re: [Gestalt-users] xsl:result-document cannot open a file >Date: Fri, 29 Sep 2006 10:24:17 +0100 > >As I suspected, there is no problem on Linux. >I shall now try it on Windows. > > > >From: Florent Georges <dar...@ya...> > >Reply-To: ges...@li... > >To: ges...@li... > >Subject: Re: [Gestalt-users] xsl:result-document cannot open a file > >Date: Fri, 29 Sep 2006 10:52:16 +0200 (CEST) > > > >Colin Adams wrote: > > > > Hi > > > > > It seems to me that this is the same bug as you reported > > > earlier in the week. > > > > Mmh, you're right, I forgot that :-( > > > > > So just update that tracker with the information below. > > > > Just done. > >_________________________________________________________________ >Download the new Windows Live Toolbar, including Desktop search! >http://toolbar.live.com/?mkt=en-gb > > >------------------------------------------------------------------------- >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 |