|
Subject: [xsl] XSL > XSL trans. and Characher Encoding From: "L Rutker" <lrutker@xxxxxxxxxxx> Date: Tue, 16 Oct 2001 11:12:27 -0400 |
FileOutputStream fos=
new FileOutputStream(new File ("C:\\test_out.xsl"));
OutputStreamWriter osw = new OutputStreamWriter(fos, "UTF-8");
osw.write(transformBean.transform("C:\\test1.xml", "C:\\test1.xsl"));
osw.close();FileOutputStream fos=
new FileOutputStream(new File ("C:\\test_out_2.html") );
OutputStreamWriter osw = new OutputStreamWriter(fos, "UTF-8");
osw.write(transformBean.transform("C:\\test2.xml", "C:\\test_out.xsl"));
osw.close();return realTransformer(xmlSource, xslSource); }
StringWriter sw=new StringWriter();
transformer.transform(xmlSource, new StreamResult(sw));
sw.flush();
sw.close();
return sw.toString();
}
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] XSL 1.0 Recommendation pu, Rick Geimer | Thread | Re: [xsl] XSL > XSL trans. and Char, David Carlisle |
| RE: [xsl] xsl:number again, Sebastian Rahtz | Date | [xsl] FW: Announcement: Extensible , DPawson |
| Month |