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]
Other format: [Raw text]

RE: ??: how to change xml ENCODING dynamicly


Hi, 

> Do u know How can I change the  default encoding?

like Jim F. said, use <xsl:output encoding="what_ever_your_engine_supports" />

> You see,I need load a xml, then let users change It in client. 
> at last the Source of XML will Submit to the Server.
> And Will display next time.
> So I must change It correctly.

Why? Just use UTF-8, it the default encoding of XML along with UTF-8, and it can encode everything in Unicode. Why must it be something else?

Santtu

 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]