xsl-list
[Top] [All Lists]

Re: getting chinese character in XSL

2002-10-15 07:18:55
Jaish,
I have tested transforming these types of characters. You first need
to convert them to numeric references. Once this is done (Let's say
you use UniRed where a chinese charcter becomes "&# 2303;" with a
utf-8 character setting), then you can transform your xml document
into HTML.

Before you run any transformations

1. S & R &# with &#_ in your xml document.
2. Transform your document into HTML.
3. S & R &#_ with &# to get them back.

I guess you can call a script to do this for your in your stylesheet,
though I do it manually.

Mike F.
Washington, DC


--- Jaish_Kumar(_at_)apex(_dot_)soft(_dot_)net wrote:


HI,

I have one reuirement.I need to display my XSL screen with chinese
character.In HTML it is possible by usinf charset of big5,but it is
not
working in XSL display.
Can anybody help to solve this problem.

Thanks in advance
Jaish Kumar


 XSL-List info and archive: 
http://www.mulberrytech.com/xsl/xsl-list



__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>