Instead of :- <a> <xsl:attribute name=”href”> <xsl:value-of select=”Properties/Datum[@ID=’FFactPerformance’]”/> <xsl:text>?idtype=</xsl:text> <xsl:value-of …
Latest News
Work with LiveSite Components ‘Offline’
If you are developing LiveSite components in a shared environment, …
Remove Single Line HTML Comments using VIM
If you want to remove all HTML style comments (ones …
OpenDeploy 6.2.0 working with LiveSite 3.0.2
I wrote a post recently regarding how to install LiveSite …
VIM Functions and Menu Items for Writing XSL
Add the following lines to a myxsl.vim file and place …
Formatting XML & HTML with HTML Tidy
Get the tidy program from http://www.w3.org/People/Raggett/tidy/ Unzip and run it …
LiveSite 3.0.2 Installation Procedure
If you have TeamSite 6.7.1 SP1 and wish to have …
LiveSite OpenDeploy access
If you wish to change the user of ‘livesite-od’ after …
LiveSite Database Configuration
For LiveSite 3.0 upwards, if you wish to make any …
VIM Toolkit Functions
General-purpose functions for building up more useful VIM scripts. ” …
Split Up XML or HTML Elements in VIM
If there are multiple HTML or XML tags on one …
Remove DOS EOL Chars in VIM
Use the following command :- :%s/r//g
IW Bulk File Update & Checking Scripts
The following (simple) scripts may be of use. You can …
Use Sablotron with Expat to test XSL locally and quickly
Download Windows Sablotron zip file from http://www.gingerall.org/sablotron.html Download Windows Expat …
Create HTML Currency Entity References in XSL
Example XSL Sheet Below (Note, for each CURRENCY element found, …
OpenDeploy Licensing Errors
If your experiencing trouble with OpenDeploy starting up and are …
Useful TeamSite 6.7.1 URL Commands
TeamSite 6.7.1 has some nice new URL Commands that give …
Questions to ask a the Start of a New Project
This is a list of questions to ask when beginning …
Missing Page Layout Error
If your LiveSite page layout is missing you will see …
‘Just Compile’- How to minimise disruptions when compiling Java
To make things a little less disruptive on development servers …
Creating a ‘Hello World’ LiveSite Java External
I wanted to demonstrate the bare bones Hello World for …
Sudo commands for TeamSite and OpenDeploy
On UNIX servers it is useful to have ‘sudo’ setup …
Perl Magic One Liners
This page is dedicated to all the quick one line …
How to Find the number of bytes per inode on Solaris
Find the number of bytes per inode on Solaris First …
CSS and LiveSite
This is a note to help in advising a design …
Common OpenDeploy Errors
This page is created to hold Common OpenDeploy errors with …
LiveSite XSL Reference
The idea with this page is to capture all the …
Best Practices
Thought it might be a good idea to start the …