If you use a browser other than Safari to create the webloc file (drag/drop url to desktop), the file
created will be a true xml (.plist) type of file that indeed will be clickable by most browsers.
Using Firefox, this type of file was created:
<?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>URL</key>
<string>
http://apple.com/</string>
</dict>
</plist>
Safari created this:
bplist00—SURL_
http://www.apple.com/
(the rest of the code is in the resource fork)
There is a trick to convert safari webloc file to plist:
open a blank textedit page, drag drop safari created webloc file on the page,
a link is formed. Drag drop link back to desktop, viola!, a new plist type webloc file
is created! and it can used with most any browser including Safari.
Kj ♘
Message was edited by: KJK555