Hi IAS, > -----Original Message----- > From: IAS [mailto:cactus@;iasandcb.pe.kr] > Sent: 16 October 2002 09:56 > To: 'Cactus Users List' > Subject: RE: [PROPOSAL]apache xml stylebook output (HTMLPrinter and > Xalan2Processor) encoding configurability > > Thank you very much for adding the Korean link. It is good news to the > whole Jakarta Seoul Project team, and we're dreaming of adding "Korean" > link to Jakarta main site some day. (Our main link is > http://jakarta.apache-korea.org) Until then and from then, we will never > stop trying our best to share knowledge and wisdom from Jakarta with > those who read the Korean language.
Why don't you ask on [EMAIL PROTECTED] to put a link to the Korean site? > > I guess xml stylebook has not been active for a while, so it is > necessary to reignite the development (possibly maintenance) of xml > stylebook somehow. I also sent two developers who actually coded the > classes some message to call for updating, and been awaiting a response > so far. I hope there would be a flame sooner of later. FYI, there is also a todo item on Cactus list which is to move from Stylebook to DVSL/Anakia. Thanks -Vincent > > IAS > > Independent Java Technology Evangelist > http://www.iasandcb.pe.kr > > Jakarta Seoul Project Coordinator > http://jakarta.apache-korea.org > > > -----Original Message----- > > From: Vincent Massol [mailto:vmassol@;octo.com] > > Sent: Monday, October 14, 2002 6:06 PM > > To: [EMAIL PROTECTED] > > Cc: 'Cactus Users List'; [EMAIL PROTECTED] > > Subject: RE: [PROPOSAL]apache xml stylebook output (HTMLPrinter and > > Xalan2Processor) encoding configurability > > > > IAS, > > > > That's great news! I'll add the link the Cactus web site. I'll also > try > > to commit or get your stylebook patch committed (I'm not a committer > on > > xml-stylebook ATM). Who can help here? > > > > Thanks, > > -Vincent > > > > > -----Original Message----- > > > From: IAS master [mailto:master@;iasandcb.pe.kr] > > > Sent: 13 October 2002 17:45 > > > To: [EMAIL PROTECTED] > > > Subject: [PROPOSAL]apache xml stylebook output (HTMLPrinter and > > > Xalan2Processor) encoding configurability > > > > > > Hello, I'm Changshin Lee(usually called "IAS"), a translator of > Apache > > > Jakarta Cactus project documentation in Korean. (The site is > > > http://jakarta.apache-korea.org/cactus/index.html , but I'm afraid > you > > > might not be able to see those Korean characters.) > > > > > > During processes to build Cactus Documentation, I found that Apache > > XML > > > Stylebook didn't support localization, for example, EUC-KR(Korean) > > > encoding. I tested on > > > > > > windows XP > > > xalan 2.4.0 > > > xerces 2.2.0 > > > ant 1.5.1 > > > stylebook 1.0 b3 (xalan-2) > > > JDK 1.4.1 > > > > > > The reason was org.apache.stylebook.printers.HTMLPrinter has > > > > > > final static String ENCODING = "UTF-8"; > > > > > > and it prevents a HTMLPrinter from generating HTML documents encoded > > by > > > other character sets except UTF-8. > > > > > > Actually XSL has an attribute "encoding" in xsl:output tag, so an > idea > > > hit me that Xalan2Processor obtains the property from the attribute > > and > > > pass it over HTMLPrinter. > > > > > > The attached source files are those I made some changes to for > dynamic > > > encoding configuration. I also attached the built package with b4 > > label. > > > The stylebook-1.0-b4_xalan-2.jar works very fine, and now my Cactus > > > translations are generated by the following settings, e.g. : > > > > > > index.xml > > > <?xml version="1.0" encoding="euc-kr"?> > > > > > > document2html.xsl > > > <?xml version="1.0" encoding="euc-kr"?> > > > ... > > > <xsl:output encoding="euc-kr" method="html" indent="yes" /> > > > ... > > > > > > I hope stylebook would support flexible and dynamic localization for > > > many people who cannot utilize UTF-8 and get used to read HTML > > documents > > > encoded by their own character sets. I believe this implementation > > from > > > XSL is basically very natural as well. Thank you in advance. > > > > > > Best Wishes, > > > IAS > > > > > > Independent Java Technology Evangelist > > > http://www.iasandcb.pe.kr > > > > > > Jakarta Seoul Project Coodinator > > > http://jakarta.apache-korea.org > > > > > > -- > > To unsubscribe, e-mail: <mailto:cactus-user- > > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:cactus-user- > > [EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:cactus-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:cactus-user-help@;jakarta.apache.org>
