Convert jQuery XML Documentation To HTML / PDF Using ColdFusion And XSLT

<!--- Create a PDF of the parse jQuery documentation. --->
<cfdocument
	format="PDF"
	pagetype="letter"
	orientation="portrait"
	unit="in"
	encryption="none"
	fontembed="Yes"
	backgroundvisible="No">
 
	<!--- Include the parsed jQuery XML. --->
	<cfinclude template="./index.cfm" />
 
</cfdocument>

For Cut-and-Paste