Re: incorrect collapse of single space mtext
David Carlisle <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Message-ID | <[email protected]> |
> It seems like the rule for collapsing whitespace to a single space > only applies if that whitespace is surrounded by non-whitespace > characters. No my reading of it (and I believe the intention) is taht all white space is collapsed as described (liek using normalize-space in xslt) You can use & # 1 6 0 ; to get a visible space that isn't normalized. David