[castor-dev] marshaller.setEncoding("ISO-8859-1") does not transform elements correctly

2002-07-16 Thread Berg Klaus-Peter
Hi, I try to convert a Java object that contains German names to XML using marshaller.setEncoding("ISO-8859-1"); German names use characters like "ü", "ä", "ö" etc. Although using marshaller.setEncoding("ISO-8859-1"); these charcters are not converted properly to XML. The corresponding XML element

[castor-dev] How to set

2002-07-16 Thread Berg Klaus-Peter
Hallo all, I'm using castor Marshaller to convert a Java Object to XML. Default is that I get , i.e., UTF-8 encoding. How to get Klaus "Things should be made as simple as possible, but not any simpler." - Albert Einstein "Es gibt immer viel mehr ungeordnete Zustände als geordnete..."

Re: [castor-dev] isMethod feature in Java to XML conversion

2002-04-30 Thread Berg Klaus-Peter
Hi Keith, I do not want to check out the whole code via cvs. When will the "isMethod" feature in introspection be available for download in castor-xml.jar? Klaus > Berg Klaus-Peter wrote: > > > > Hallo, > > I'm an enth

[castor-dev] Two utility classes for Castor XML

2002-04-30 Thread Berg Klaus-Peter
Hallo, I'm an enthusiastic user of Castor's capability to transform bean-like Java data objects to XML. The only thing I'm missing, is that the bean naming convention to start "boolean question methods" like isEmpty() with the prefix "is" instead of "get". I found that Castor does not recognize su