You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Boisvert, Éric" <eb...@nrcan.gc.ca> on 2005/01/12 16:56:22 UTC

RE: transform src="http??

absolutly

Eric

-----Message d'origine-----
De : Mark Donnelly [mailto:mark.donnelly@strategixsoftware.com]
Envoyé : 12 janvier, 2005 10:58
À : 'users@cocoon.apache.org'
Objet : map:transform src="http??


Can anyone tell me if it is possible to specify a http request instead of a
file path as the value of the 'src' attribute?

eg

<map:generate src="http://blah/blah/blah"/>

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


RE: transform src="http??

Posted by Mark Lundquist <ml...@wrinkledog.com>.

> From: Boisvert, Éric [mailto:eboisver@nrcan.gc.ca]
> De : Mark Donnelly [mailto:mark.donnelly@strategixsoftware.com]
>
> <map:generate src="http://blah/blah/blah"/>
>

Yes, but watch out... if that URI serves HTML rather than XML, then what you
want is

	<map:generate type="html" src="http://blah/blah/blah" />

cheers,
-ml-


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org