Thanks Andrew that worked great.

Cheers

Glen

Andrew Savory wrote:
Hi Glen,

On 15/02/2008, *Glen Robson* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    <map:match pattern="object/*">
          <map:generate src="http://<host>:<port>/get/{1}/mets/"/>
          <map:transform src="stylesheets/show_object.xsl" >
                <map:parameter name="use-request-parameters"
    value="true"/>
          </map:transform>
          <map:serialize type="html"/>
    </map:match>

    The XML is located on another server and is accessed using a URL.


You could try:

<map:generate src="http://user:[EMAIL PROTECTED]:port/get/{1}mets/ <http://user:[EMAIL PROTECTED]:port/get/%7B1%7Dmets/>"/>


Andrew.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to