Add temporary option %lang.ja.dsssl;.

Current version of dsssl-docbook-modular has Japanese option, but
this doesn't satisfy our needs.
Until I write a patch, Japanese stylesheet should be off.
This commit is contained in:
Jun Kuriyama 1999-04-08 14:17:50 +00:00
parent c4914d21f7
commit fad371fe20
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4636

View file

@ -2,6 +2,7 @@
<!ENTITY % output.html "IGNORE">
<!ENTITY % output.print "IGNORE">
<!ENTITY % lang.ja "IGNORE">
<!ENTITY % lang.ja.dsssl "IGNORE">
<![ %output.html; [
<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
]]>
@ -15,7 +16,9 @@
<style-specification-body>
<!-- Locatization -->
<![ %lang.ja; [
(define %gentext-language% "ja")
<![ %lang.ja.dsssl; [
(define %gentext-language% "ja")
]]>
(define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; charset=EUC-JP"))))
]]>