Blogsphere "CSS Files" Resource

From WIKI for BlogSphere, a Lotus Domino Blog

Jump to: navigation, search

The Blogsphere "CSS Files" Resource form has an action button to export a CSS file as DXL file into your computers filesystem. You can use these DXL files to transfer your CSS file, you can even mail it. Exchanging DXL files with other users is the easiest way to copy a Lotus Notes Document.


To import a DXL file into your Blogsphere database, you can use the action "Import CSS from DXL file" in the view "Resources\CSS Files". This action will prompt you for the DXL file to import and will create a new document in the current database.

If you get the error "DXL importer operation failed" you may experience a problem with the XML Doctype. Look into the DXL file using an Text editor like NOTEPAD.

<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE view SYSTEM 'F:\Program Files\lotus\notes\xmlschemas/domino_6_5_4.dtd'>

In this example, the path to the domino_6_5_4.dtd file is incorrect. Locate the dtd file on your computer, edit this line and try to import the DXL file again.


What is CSS

CSS is an acronym for Cascaded Style Sheet which allows you to separate your content from the design.

Reference:

Edit the CSS resource

Personal tools