The host selector mounts a folder located on a different logical disk,
as shown in the code snippet below.

<!-- MOUNT IIS CUSTOMER COCOON FOLDERS -->
<map:match pattern="*/**">
        <map:select type="Host">
                <map:when test="neilrudd-co-uk">
                        <map:mount check-reload="yes" uri-prefix=""
src="file:///D:/Domains/neilrudd.co.uk/cocoon/{1}/" />
                </map:when>
                <map:otherwise>
                        <map:mount check-reload="yes" src="{1}/"
uri-prefix="{1}"/>
                </map:otherwise>
        </map:select>
</map:match>
<!-- END MOUNT IIS CUSTOMER COCOON FOLDERS --> 

It does seem to more of an IE problem as I can access the PDF from both
Netscape and Opera. Anyone got any ideas what could be causing this?



-----Original Message-----
From: Upayavira [mailto:[EMAIL PROTECTED] 
Sent: 09 September 2004 10:17
To: [EMAIL PROTECTED]
Subject: Re: Host selector causing problem with PDF serialiser - Email
has different SMTP TO: and MIME TO: fields in the email addresses

David Merrilees wrote:

>I have a transformation serialising an xml file as a PDF which works 
>fine until I use a host selector within the pipeline and it fails to 
>open. The host selector is working correctly except for this problem.
>
>See the problem for yourself here:
>http://www.neilrudd.co.uk/cocoon/abc/index.pdf
>
>Anyone else encountered this?
>  
>
Works in FireFox but not in IE. Can you post sitemap snippets that work
and don't work? Seems like a mime-type problem to me.

Regards, Upayavira

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




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

Reply via email to