[xsd-users] Hi

Boris Kolpackov boris at codesynthesis.com
Mon Nov 25 04:39:08 EST 2013


Hi Tolga,

In the future please use a more descriptive subject for your emails,
as discussed in the posting guidelines:

http://www.codesynthesis.com/support/posting-guidelines.xhtml


Tolga TUNA <tolga.tuna at savronik.com.tr> writes:

> I have a problem with encoding of XSD-Tree. Is there a way to add any
> other encoding types? I want to using ISO-8859-9 or windows-1254. Is
> it possible?

I assume you tried to pass one of these values to the serialization
functions as discussed in Chapter 6, "Serialization":

http://codesynthesis.com/projects/xsd/documentation/cxx/tree/guide/#6

If that's the case, then that means your build of Xerces-C++ does
not support these encodings. And your options are to either build
Xerces-C++ with something like ICU which supports many more
encodings or customize Xerces-C++ with your encoding implementation.

Boris



More information about the xsd-users mailing list