Josef Karthauser wrote:
> 
> Is there an easy way to remove surplus spaces in things like:
> 
>     <quote> something </quote>?
> 
> I'd like to have the stylesheet automatically remove the leading and
> trailing white space.

Stylesheet can do this, but it isn't as easy as you can expect (you can
play with normalize-spaces() function if you want). And in fact
stylesheet shouldn't remove these spaces as they are significant, you
should change your markup to correct form:

<quote>something</quote>

                                Jirka

-- 
-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

Reply via email to