Bob Foster wrote:

Sebastian Redl wrote:

If you insert the Java representation of the non-breaking space into the element content (through some \u escape probably) then the serializer should convert it to the &#xxxx; representation automatically.


Really? You mean the serializer should look at the encoding of the document, determine that the character cannot be represented in the encoding and automatically convert it to &#nnnn; form?

I'm just guessing.

But the XML specification has a few things to say about valid characters, so maybe the encoder takes a clue from there.
But then, maybe not.



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to