This is the mail archive of the docbook-tools-discuss@sourceware.cygnus.com mailing list for the docbook-tools project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Using different stylesheets


>How to I use other stylesheets to generate a Doctype of book with a
>different look?

	jade takes the stylesheet as argument to the -d option as in :
	jade -t sgml -d a-stylesheet.dsl a-doc.sgm

	you can also force the stylesheet in your document with the
dsssl processing instruction as in :

<?dsssl local-stylesheet.dsl?>
<!DOCTYPE book PUBLIC ....


	C.Guillon
 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]