http://onionworks.net/2006/imageservice
createPoint (x : number, y : number) : nodeset
This method facilitates the creation of points. The syntax of the method can be found in the following example.
<xsl:variable name="point" select="is:createPoint(100,100)" />
Calling the method in the above example would supply the following output.
<point x="100" y="100" />