- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 11 Mar 2008 12:45:55 +0000
- To: public-qt-comments@w3.org
- CC:
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