Printing The Entire jQuery API As A PDF (Using CFDocument And XML Parsing)

<!--- 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="./parse.cfm" />
 
</cfdocument>

For Cut-and-Paste