Hi everyone,
I'm working on the CFPropertyList implementation in CoreBase and been
checking some of the code in NSPropertyList.m to compare against my own
assumptions.

The code in NSPropertyList.m writes the following in the header:

<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN"
"http://www.gnustep.org/plist-0_9.xml>

I see 2 problem here:

1. First, http://www.gnustep.org/plist-0_9.xml does not exist,
http://www.gnustep.org/plist-0_9.dtd does, though.  Seems like a simple
oversight, but it should still be fixed.

2. Why is GNUstep using plist version 0.9?  Every example I've gotten from
a friend's Mac uses plist version 1.0.  I compared Apple DTD (
http://www.apple.com/DTDs/PropertyList-1.0.dtd) against our own and they
contain the same exact information.
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to