The linking of an XML document with an XSL stylesheet can be done with:\[code\]< ?xml-stylesheet type="text/xsl" href="http://stackoverflow.com/questions/14595198/foobar.xsl"?>\[/code\]placed in the XML document.How can I bind my XML document to an XSL-FO stylesheet? Is there something like that\[code\]< ?xml-stylesheet type="text/xsl" href="http://stackoverflow.com/questions/14595198/foobar.fo"?>\[/code\]for the XSL-FO transformation?Thanks