Re: whitespace before the trailing slash

Subject: Re: whitespace before the trailing slash
From: stinney@xxxxxxxxxxxxx (Steve Tinney)
Date: Fri, 3 Mar 2000 10:43:10 -0500 (EST)
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


Current Thread