This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: How does XSLT deal with international characters?


>       I thought someone in the list might be able to answer
> this question
> for me. I am wondering how XSLT deals with internationalization? My
> particular question is that suppose in one XML document all
> the tags and
> contents (is it allowed?) are in English, while the other one
> in Japanese,
> how do people handle this tranformation?

XSLT doesn't regard internationalization and localization as being different
from any other kind of transformation, with one very minor exception, the
lang() function.

If you have multiple variants of a schema, because you feel a need to allow
localized spellings of the element and attribute names, then it's fairly
simple to write a stylesheet that normalizes these to a single vocabulary.

Mike Kay
Software AG


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]