jeudi 9 août 2007

Safari for Windows uses weird XML configuration files...

Is it a Joke or what ? Here is the begining of a Safari 3 for Windows configuration file. Am I the only one to think this is an absurd way of using XML ?

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>IncludeDebugMenu</key> <true/> <key>AddressBarIncludesAddBookmark</key> <true/> <key>AddressBarIncludesAutoFill</key> <false/> <key>AddressBarIncludesBackForward</key> <true/> <key>AddressBarIncludesHome</key> <false/> <key>AddressBarIncludesReportBug</key> <false/> ... and so on...

Okay, it is valid... That worries me a lot about how Safari supports XML related functionnalities. Does its parser relies on the order of tags ?

Aucun commentaire: