On Monday, February 12, 2001 11:01 AM
Petr Cimprich wrote:
> The easiest way to solve your particular problem seems to be to
change your XML
> from
>
> <adver width="150" height="70">
> <banner .../>
> <banner .../>
> <banner .../>
> </adver>
>
> to
>
> <adver width="150" height="70"><banner .../><banner .../><banner
.../></adver>
Sure, but not everybody is able to alter the XML source (some of us
have clients who expect us to work with what they supply...)
A better fix, which I've already mailed directly to Alexey, is to use
<xsl:strip-space elements="adver"/>
at the top of his xsl. But I'm not sure whether Sab supports this
(I've never got Sab to work, but I hang around in this list, ever
hopeful). It certainly works with Xalan C++ and Saxon.
Michael
------------------------------------------
Michael Beddow
http://www.mbeddow.net/