Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XSLT transformations in non UTF-8 charsets.

Status
Not open for further replies.

javiermonleon

Programmer
Sep 13, 2002
2
ES
I need to apply XSLT transformations to XML documents with UTF-8 encoding for generating XML documents with ISO-8859-1 encoding, without using the Charset class. The class that makes XSLT transformations is Transformer, but it generates XML documents in UTF-8 encoding. I could manipulate it with the Charset class and transform it to ISO-8859-1, but I can't use the java.nio.* and sun.nio.* packages because I only can work with SDK 1.2.2 (stupid problem that you can find on my IDE, the IBM VisualAge for Java, don't use it if you don't need).

Do you know some class that makes multi-encoding XSLT transformations? Or, alternative solution, do you know where can I find the java.nio.* and sun.nio.* source (*.java) packages to write my own encoding-decoding classes?

Thanks for all. It is really a stupid, horrible trouble due to VisualAge IDE.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top