You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Pachal <pa...@home.com> on 2001/06/18 06:27:34 UTC

Whitespace

Hi,

Is there a way for me to keep the white space in elements, when they are processed thru XSLT. (eg. <img src="htttp://www.link.com/" /> , NOT <img src="htttp://www.link.com/"/>)

Thanks,

Nathan



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Whitespace

Posted by Jan <vi...@gmx.de>.
Pardon me. I thought, we were talking about the whitespace in <img
src="htttp://www.link.com/" /> that is not in <img
src="htttp://www.link.com/">


> hi, for me it depends by XML definition language. try with
> (eg. <img src="htttp://www.link.com/" /><pre>  , NOT  </pre><img
> src="htttp://www.link.com/"/>)
> i hope it work fine.
> Simone
>
> ----- Original Message -----
> From: "Pachal" <pa...@home.com>
> To: <co...@xml.apache.org>
> Sent: Monday, June 18, 2001 6:27 AM
> Subject: Whitespace
>
>
> > Hi,
> >
> > Is there a way for me to keep the white space in elements, when they are
> processed thru XSLT. (eg. <img src="htttp://www.link.com/" /> , NOT <img
> src="htttp://www.link.com/"/>)
> >
> > Thanks,
> >
> > Nathan



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Whitespace

Posted by Simone Bortolaso <bo...@softhome.net>.
hi, for me it depends by XML definition language. try with
(eg. <img src="htttp://www.link.com/" /><pre>  , NOT  </pre><img
src="htttp://www.link.com/"/>)
i hope it work fine.
Simone

----- Original Message -----
From: "Pachal" <pa...@home.com>
To: <co...@xml.apache.org>
Sent: Monday, June 18, 2001 6:27 AM
Subject: Whitespace


> Hi,
>
> Is there a way for me to keep the white space in elements, when they are
processed thru XSLT. (eg. <img src="htttp://www.link.com/" /> , NOT <img
src="htttp://www.link.com/"/>)
>
> Thanks,
>
> Nathan
>
>
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>
>
>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Whitespace

Posted by Jan <vi...@gmx.de>.
As far as I know there is no way to do this.
The xml file is parsed into SAX events where the whitespaces do not exist
anymore, not even the order of attributes etc.

Jan.

----- Original Message -----
From: "Pachal" <pa...@home.com>
To: <co...@xml.apache.org>
Sent: Monday, June 18, 2001 6:27 AM
Subject: Whitespace


> Hi,
>
> Is there a way for me to keep the white space in elements, when they are
processed thru XSLT. (eg. <img src="htttp://www.link.com/" /> , NOT <img
src="htttp://www.link.com/"/>)
>
> Thanks,
>
> Nathan



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>