home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / zkuste / macos / Files / Safari.dmg / Safari.app / Contents / Resources / English.lproj / Safari.scriptTerminology < prev    next >
Encoding:
Extensible Markup Language  |  2003-02-07  |  1.2 KB  |  47 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Classes</key>
  6.     <dict>
  7.         <key>BrowserDocument</key>
  8.         <dict>
  9.             <key>Attributes</key>
  10.             <dict>
  11.                 <key>URLString</key>
  12.                 <dict>
  13.                     <key>Description</key>
  14.                     <string>The current URL of the document</string>
  15.                     <key>Name</key>
  16.                     <string>URL</string>
  17.                 </dict>
  18.                 <key>source</key>
  19.                 <dict>
  20.                     <key>Description</key>
  21.                     <string>The HTML source of the document.</string>
  22.                     <key>Name</key>
  23.                     <string>source</string>
  24.                 </dict>
  25.                 <key>text</key>
  26.                 <dict>
  27.                     <key>Description</key>
  28.                     <string>Rich (styled) text of the document. Is a copy. Modications to text aren't reflected on the web page.</string>
  29.                     <key>Name</key>
  30.                     <string>text</string>
  31.                 </dict>
  32.             </dict>
  33.             <key>Description</key>
  34.             <string>A Safari document.</string>
  35.             <key>Name</key>
  36.             <string>document</string>
  37.             <key>PluralName</key>
  38.             <string>documents</string>
  39.         </dict>
  40.     </dict>
  41.     <key>Description</key>
  42.     <string>Safari specific classes</string>
  43.     <key>Name</key>
  44.     <string>Safari suite</string>
  45. </dict>
  46. </plist>
  47.