add Shift_JIS support to XSLT service?

Ted, Max, Martin, Dom,

In reply to a "customer feedback" request[18Mar] regarding GRDDL,
Masahide Kanzaki pointed out that our XSLT service
  http://www.w3.org/2001/05/xslt
would be more useful to Japanese authors learning about the Semantic Web
if it support Shift_JIS.

He relayed the following clues, after I told him our service
was based on Saxon. Oops; I see it's actually "a simple wrapper
around James Clark's XT".

Anyway, please consider adding Shift_JIS support to the XSLT
service.

[[
use xerce as the parser for Saxon:
java
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl com.icl.saxon.StyleSheet ...

Info will be found at
http://www.biglist.com/lists/xsl-list/archives/200107/msg01868.html
]]


[[
To use Shift_JIS with Saxon, change PluggableCharacterSet in saxon7.jar
as:
import net.sf.saxon.charcode.PluggableCharacterSet;

and execute:

java -D"encoding.Shift_JIS"="SAXON_Shift_JIS" net.sf.saxon.Transform
src.xml style.xsl
]]



[18Mar]
http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2004Mar/0010.html

-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
see you at the WWW2004 in NY 17-22 May?

Received on Tuesday, 23 March 2004 13:09:08 UTC