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: whitespace before the trailing slash


Can you say why you want always to have the whitespace?  If for HTML 
reasons, then you should be able to rely on the html output method to do 
the right thing.

Otherwise, in line with a few other things in the last few days, you 
probably need to postprocess with

  perl -p -e's/\/>/ \/>/g'

or something like that.

 Steve


 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]