> Sam Pullara wrote: > The conversion of a LF to a space in attribute values is actually in > the specification. See XML 1.0.
Continuing on that, you can probably define an entity that stores the carriage return, and embed it into the attribute: hello&cr;world Attributes values are supposed to respect mixed content that includes text and entity references. I'm almost 100% sure Xerces supports this. -- Tom
