Quote:
	
	
		| 
					Originally Posted by PeterT  Probably by just patching the page-template.xpgt string in nickel or one of the libraries one could ignore all entries in the page-template file. | 
	
 page-template.xpgt is a common name for it, but like the CSS stylesheet it can have any name.
It is referenced from the html in the same way as a CSS stylesheet:
	Code:
	<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
<link rel="stylesheet" type="application/vnd.adobe-page-template+xml" href="page-template.xpgt"/>
 There is already a patch that blocks the book's stylesheet, but it blocks both the CSS and XPGT stylesheets, so isn't much use to most people.