You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by Kan Ogawa <su...@jcom.home.ne.jp> on 2002/06/30 22:41:02 UTC

About applying a patch to StyleBook

Hi, 

I have a patch which is possible to specify the output encoding for target html/xml.
The current output encoding is statically fixed on "UTF8".

By applying the patch, the "encoding" attribute is added to <create> task
in StyleBook's project file.

Ex.)
    <create source="{@source}"
                   target="{@id}.html"
                   producer="parser"
                   printer="html"
                   encoding="EUC-JP">
      ..................................................
      ..................................................
      ..................................................
    </create>

I hear that StyleBook will be abolished soon.
If I have sent this patch, can it be applied to the current repository of  "xml-stylebook" ???

--
Kan Ogawa
super-creek@jcom.home.ne.jp


---------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org