Re: [dom4j-user] java.io.UnsupportedEncodingException

2002-04-29 Thread James Strachan
From: <[EMAIL PROTECTED]> > Hi, > > i try to build a xml-document from scratch and write it to a file. > > OutputFormat format = OutputFormat.createPrettyPrint(); > format.setEncoding(this.aEncodingScheme); > XMLWriter writer = new XMLWriter(new FileOutputStream(file), format); > > //XMLWriter wri

[dom4j-user] java.io.UnsupportedEncodingException

2002-04-29 Thread FWeyhers
Hi, i try to build a xml-document from scratch and write it to a file. OutputFormat format = OutputFormat.createPrettyPrint(); format.setEncoding(this.aEncodingScheme); XMLWriter writer = new XMLWriter(new FileOutputStream(file), format); //XMLWriter writer = new XMLWriter(new FileOu