gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XML Property List code in GNUstep Base


From: Stefan Bidigaray
Subject: XML Property List code in GNUstep Base
Date: Wed, 1 Jul 2015 20:40:51 -0400

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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]