RE: [xsl] implementation of xsl:strip-space

Subject: RE: [xsl] implementation of xsl:strip-space
From: "Wright, Steve" <Steve.Wright@xxxxxxx>
Date: Mon, 27 Jan 2003 13:29:14 -0500
I have it as a child of the stylesheet, and I'm not getting any errors.. I
was under the assumption that this was something I could use to get my html
output to be like a block of code w/ no carraige returns. Maybe I'm using
the wrong tool for this. Can you suggest another approach?.. The problem I'm
having is that my javascript event handlers are breaking due to carraige
returns.

thanks,
-s

-----Original Message-----
From: cknell@xxxxxxxxxx [mailto:cknell@xxxxxxxxxx]
Sent: Monday, January 27, 2003 10:20 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] implementation of xsl:strip-space


[Wright, Steve]
> Is there something that I need to do besides putting: 
> <xsl:strip-space elements="*"/> in my main xsl template 
> at the root level to get the carraige returns removed 
> from my output?

<xsl:strip-space elements="*" /> is a top-level element, and so must be a
child of the <xsl:stylesheet> element. If you are placing it in a template
(as your question suggests) it should be reported as an error by your
transformer. So what exactly is the case?

"I saw a man with wooden legs today, and real feet." -- Steven Wright
-- 
Charles Knell
cknell@xxxxxxxxxx - email


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


****************************************************************************
This email may contain confidential material.
If you were not an intended recipient, 
please notify the sender and delete all copies.
We may monitor email to and from our network.

****************************************************************************



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


Current Thread