My issue is that I am not sure how to find out what was the version of apple software that a file was created in. I am not a heavy user of apple products, but I need to be able to figure out what version were files created in.
I see in index.xml the following code
<sl:document xmlns:sfa="http://developer.apple.com/namespaces/sfa" xmlns:sf="http://developer.apple.com/namespaces/sf" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sl="http://developer.apple.com/namespaces/sl" sl:version="72007061400" sfa:ID="SLPublicationModel-0" sl:generator="slingshot" sl:app_build_date="Jan 22 2008, 01:09:42">
Within the sl:document tag there's the sl:version="72007061400", vs all the version-history. Where can I find out what this version corresponds to?
If there is some resource for apple formats I can look to check against versions that would be awesome. If I am not looking in the right spot please correct me.