http://www.w3.org/1999/XSL/Transform
b.write (target : xlink) : void
The function write requires a valid reference to a binary data source. The data will be requested and directly streamed into the binary output channel.
<xsl:variable name="binaryReference">onion://data/binaries/123.234</xsl:variable>
<xsl:value-of select="b.write($binaryReference)" />
Instruction of a binary transfer
In this example, the content of the binary object is written into the binary output stream.