The following document is a checklist for Domino Security Best Practices, one in a series of documents included in the Domino Best Practices Master Checklist.
http://www-1.ibm.com/support/docview.wss?rs=463&uid=swg27009326
The following document is a checklist for Domino Security Best Practices, one in a series of documents included in the Domino Best Practices Master Checklist.
http://www-1.ibm.com/support/docview.wss?rs=463&uid=swg27009326
If you just started using XALAN probably the first issue that you encountered is the fact the relative paths, for the imported XSL files, are not working.
For the relatives path to work, in a XALAN transformation, you will need to set the system identifier (systemID).
The system identifier is nothing else but an URI to the source file, and is set using the StreamSource.setSystemId(String systemID) method.
Following is a simple example that shows how to to set the property for a XSL StreamSource.