Re: non-portable plist DTD URL
Re: non-portable plist DTD URL
- Subject: Re: non-portable plist DTD URL
- From: Jim Correia <email@hidden>
- Date: Thu, 1 Aug 2002 22:20:01 -0400
On Thursday, August 1, 2002, at 10:04 PM, Scout wrote:
Is there a better way to write a cocoa plist?
The problem is with the doctype reference in plist files, pretty
non-portable as XML:
<!DOCTYPE plist SYSTEM
"file://localhost/System/Library/DTDs/PropertyList.dtd">
IIRC the system identifier is only consulted in the case that the
doctype isn't "well known" to the validator (already in its
catalogue). Is this not the case?
In any case, you'll note that the version for the plist is 0.9. If
you look hard enough into your crystal ball (or were at WWDC) you
might see that the 1.0 version of the plist format corrects this
problem. Stay tuned...
Jim
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.