[Bug 3771] [FS] technical: interleaved with empty text nodes

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3771





------- Comment #9 from mike@saxonica.com  2008-03-11 12:45 -------
Concerning comment #7, I was wondering why Saxon doesn't have this problem. The
answer is that it only uses the "empty text node" trick for element content,
not for attribute content. For attribute content, xx="{a}{b}c{d}" is translated
into

attribute {'xx'} {concat(string-join(a, ' '), string-join(b, ' '), 'c',
string-join(d, ' '))}

which I think is perfectly sound.

Received on Tuesday, 11 March 2008 12:46:03 UTC