Thanks for all the quick replies Jeff!  Alas, the <Items> tag seems necessary 
but not sufficient -- I fixed the format, but the client still does not make 
any 
follow-up requests after receiving the xml.

> What version of Moonlight are you using?
2.99.0.8

One clue I just noticed is that Moonlight is not making the request for 
clientaccesspolicy.xml, which it would need to access the MSI Source (at a 
different domain).  Silverlight does make this request.  Are there differences 
in when Moonlight fires this request?

Thanks again.



----- Original Message ----
From: Jeffrey Stedfast <[email protected]>
To: Bob Jaros <[email protected]>
Cc: [email protected]
Sent: Wed, September 15, 2010 3:20:41 PM
Subject: Re: [Moonlight-list] moonlight/silverlight discrepancy on 
multiscaleimage

On 09/15/2010 05:53 PM, Jeffrey Stedfast wrote:
> On 09/15/2010 04:54 PM, Bob Jaros wrote:
>  
>> [This is bizarre!  The <Collection> line disappears after I send it!]
>>
>> Trying an attachment.  Sorry everyone.
>>
>>
>>
>> ________________________________
>> From: Bob Jaros <[email protected]>
>> To: Jeffrey Stedfast <[email protected]>
>> Cc: [email protected]
>> Sent: Wed, September 15, 2010 1:31:38 PM
>> Subject: Re: [Moonlight-list] moonlight/silverlight discrepancy on 
>> multiscaleimage
>>
>>
>> Oops, error in my pasting -- but not in the actual xml:
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>>   <I N="0" Id="0" IsPath="1" Source="image0.xml">
>> ... [Same as before]
>>
>> Thanks though Jeff.  Anything in Collection there that would not be 
>> supported 
>>in 
>>
>>
>> moonlight?
>>  
>>    
> Thanks for the actual xml file attachment! Moonlight doesn't handle the
> IsPath attribute on I-nodes. What is this attribute supposed to
> indicate, do you know? I've never seen it before...
>  

n/m, figured this out. The original author of the MSI code must have
simply not checked for this attr because it's meaningless for Deep Zoom
(it always has to have a value of 1/true)

> I've also never seen the NextItemId attribute, but that seems more obvious.
>  

(also useless attr for Moonlight use)

> Unfortunately, I still don't know what would be causing problems loading
> the site since neither of these unhandled attributes cause a parser error.
>  

The problem turns out to be that the <Collections> can only contain an
<Items> tag, which /then/ must contain the <I> tags.

Since you say that Silverlight gracefully handles the lack of the
<Items> tag, we should probably make Moonlight handle that too. I'll
hack this up tomorrow.

Jeff


      
_______________________________________________
Moonlight-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/moonlight-list

Reply via email to