Mozile RSD Test - Configuring Mozile Using the RSD Method

This page has a <style> tag inside the <head>. The <style> tag includes a selector called mozileconfiguration which gives the background-image property the value of url("rsd.xml"). This tells Mozile where to find the rsd.xml file, which contains special configuration information. Mozile looks for this selector and this property 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.

To see if Mozile has loaded settings, click on the "Mozile" menu, then select "Page Info". This will only work if the cursor is inside an ediatble area, otherwise there won't be any need for the configuration.

Edit this text!

Here is the code for the <style> tag:

<style type="text/css">
	mozileconfiguration {
		background-image: url("rsd.xml");
	}
</style>

See mozileDocs.xml for more information.