![]() |
With Mozillas ability to transform XML-files with its XSL-processor, you will be able to dial numbers directly from a XML-file, transformed by a simple stylesheet. A small example follows:
The raw database is the XUL-file (to view the XML, use "View Page Source" on the file), the transformation instructions are found in the XSL-file witch also generates the includings for the images in the img-folder.
Ok, granted, XSL is a little more complicated than the CSS, but the split between the raw data (in the XUL-file) and the design is much better and more flexible.
The XML- and XLS-files even don't have to be in a Mozilla XPI. Just open them as normal files or get 'em from a http-webserver.
Have fun