- From: Florent Georges <fgeorges@fgeorges.org>
- Date: Mon, 4 Feb 2013 20:37:30 +0000
- To: Liang LIU <mmhancxt@gmail.com>
- Cc: xproc-dev@w3.org
On 2 February 2013 23:41, Liang LIU wrote: > <!-- We load the URI --> > <p:load> > <p:with-option name="href" > select="'http://maps.googleapis.com/maps/api/staticmap?center=New+York,NY&zoom=13&size=600x300&key=AIzaSyDILhsIDqGXMv5qDKyCO4uVA5aZuWjNbSs&sensor=false'" > /> > </p:load> Try the following instead: <p:http-request> <p:input port="source"> <p:inline> <c:request href="http://maps.googleapis.com/maps/api/staticmap?center=New+York,NY&zoom=13&size=600x300&key=AIzaSyDILhsIDqGXMv5qDKyCO4uVA5aZuWjNbSs&sensor=false" method="get"/> </p:inline> </p:input> </p:http-request> Regards, -- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/
Received on Monday, 4 February 2013 20:38:17 UTC