This page has a <link>
tag inside the <head>
. The
<link>
tag includes the URL of the RSD configuration file
rsd.xml
. This tells Mozile where to find the rsd.xml file, which contains special configuration information. Mozile looks
for this link whenever you start to edit a page. If it finds a valid
URL, it loads the file, and if it doesn't find a URL it uses the default settings.
First, click inside the editable area to get Mozile to check for the link
and to load the RSD file.
Then, click :
Mozile » Page Info
and the RSD tab to see how the configuration data has been applied.
Edit this text!
Here is the markup for the <link>
tag:
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="rsd.xml" />
View the configuration file: rsd.xml
In this example, notice how the save options for HTTP Post and WebDAV have been removed. Click the save button and notice that these options have been removed from the save dialog. Also, only the latin characters are converted to entities. If you use the Special Characters dialog to enter some Unicode characters greater than 255 they will be saved as question marks.
This method can only be used for XHTML files where the <link>
element is supported.