This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: whitespaces inside empty tags


> I want to put spaces inside empty tags, just before the "/", 
> like : <br />.

Some XSLT processors now support an xhtml output method which will do this
for you. Without this, your best bet is still the old trick of writing <br
class="dummy"/>. 

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]