|
> Why not just indent="yes" ? XSLT processors always knows better.
Good point. The problem with indent="yes" is that you get no guarantees about the resulting format. All you know is that the XSLT processor will probably put in some white space somewhere. Saxon doesn't do a very good job in my opinion (for example, it fails the diff test I described).
|