>German is a single-byte language, right?
IN WHICH ENCODING?
Yes, German is a single-byte language if you use an encoding that supports
the accented characters it needs. But XML applications generally expect
that the string will be represented as Unicode -- so they don't have to
worry aobut which encoding you've chosen.
I believe both Xalan and Xerces are using UTF-16 internally. You may have
to explicitly transcode your German string before it will pass happily
through these tools.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]