From: Leyne, S. <Se...@br...> - 2004-09-01 01:54:13
|
Olivier, > > I don't recall the size limit, off the top of my head. I am > > investigating and will reply back. >=20 > I don't recall having ever read about a size limit in the naming of > elements or in the values of attributes. Of course, there is always a > practical / system limit. But I don't remember having seen a drastic > limit. My apologizes, I was mistaken. The problem I ran into wasn't with the size but rather that an attribute value CANNOT contain CRLF characters. This was a problem for our routine since we were trying to keep the XML to as simple a definition as possible (and we wanted to avoid CData or Charset issues) -- the XML was going to be consumed by external/third-party systems/vendors, which could only be expected to have nominal XML support. Sean |