http://onionworks.net/2006/imageservice
createSize (width : number, height : number) : nodeset
This method facilitates the creation of sizes. The syntax of can be seen in the following example.
<xsl:variable name="size" select="is:createSize(100,100)" />
Calling the method in the above example supplies the following expression.
<size width="100" height="100" />