4

I noticed that Deep Zoom Composer writes DZIs with a namespace of

http://schemas.microsoft.com/deepzoom/2009

However the official documentation and the only available schema refer to

http://schemas.microsoft.com/deepzoom/2008

XML dictates I cannot treat them as equivalent, although they seem to be. So does anyone know if there is a difference and even better, can point to some documentation?

Joey
  • 344,408
  • 85
  • 689
  • 683

1 Answers1

2

Talking with the program manager for Seadragon at that time, he believes the only thing that was added was an optional extra tag to support Microsoft's Smooth Streaming server feature. If you're not using Smooth Streaming, the 2008 schema is identical to the 2009 one.

iangilman
  • 2,144
  • 1
  • 13
  • 16
  • 1
    Kinda funny that you're ending up giving the answer which was just required for a patch to a project you now maintain ;) – Joey Jan 17 '13 at 23:13
  • @Joey I suppose so! Just trying to make sure the paper trail is complete. :-) – iangilman Jan 18 '13 at 05:04