Thanks for your help

<![CDATA[&]]> still produces &amp; in the output HTML

On the other side your definition:
<!DOCTYPE xsp:stylesheet [
 <!ENTITY nbsp " ">
]>
works, but produces only " " (as it should)

I need to generate in the output HTML the "non
breakable space" &nbsp;

It must have been done by somebody before :-)

Drasko


--- Anthony Diodato <[EMAIL PROTECTED]> wrote:
> It Cocoon 1.8.2 you can use this is your code.
> 
> <![CDATA[&]]>
> 
> or declare this 
> <!DOCTYPE xsp:stylesheet [
>  <!ENTITY nbsp " ">
> ]>
> 
> in your xml file, I havent began using Cocoon 2 yet.
> 
> -----Original Message-----
> From: Drasko Kokic [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 17, 2001 11:34 AM
> To: [EMAIL PROTECTED]
> Subject: Re: the problem of &nbsp
> 
> 
> Hello again,
> 
> could anybody provide some code how to overcome this
> problem?!
> 
> How should the nbsp be defined in XSL so that after
> serialisation it only produces "&nbsp;"?
> 
> TIA
> Drasko
> 
> --- Frans Thamura <[EMAIL PROTECTED]> wrote:
> > Try used XSL syntax, nbsp is HTML syntax..
> > 
> > I forgot the value, but it is look like #Ax0 or
> > something.. that works in my
> > script
> > 
> > Frans
> > 
> > ----- Original Message -----
> > From: <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, June 05, 2001 12:12 AM
> > Subject: the problem of &nbsp
> > 
> > 
> > > hi,
> > >
> > > I use the &nbsp; to define a empty roll or
> column,
> > but it result a
> > error(The entity "nbsp" was
> > > referenced, but not declared) when the xsl is
> > parsed. May I know how to
> > solve this problem ?
> > >
> > > Thank you.
> > >
> > > Kok Choon
> > >
> > >
> >
>
--------------------------------------------------------
> > > E-mail: [EMAIL PROTECTED]
> > > Date: 06/05/01
> > > Time: 01:12:52
> > >
> > > This message was sent by Z-Mail Pro - from
> > NetManage
> > > NetManage - delivers Standards Based IntraNet
> > Solutions
> > >
> >
>
--------------------------------------------------------
> > >
> > >
> >
>
---------------------------------------------------------------------
> > > 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:
> > <[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > <[EMAIL PROTECTED]>
> > 
> > 
> >
>
_________________________________________________________
> > Do You Yahoo!?
> > Get your free @yahoo.com address at
> > http://mail.yahoo.com
> > 
> > 
> >
>
---------------------------------------------------------------------
> > 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:
> > <[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <[EMAIL PROTECTED]>
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> 
>
---------------------------------------------------------------------
> 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:
> <[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <[EMAIL PROTECTED]>
> 
> 
> Visit our website at http://www.p21.com/visit 
> The information in this e-mail is confidential and
> may contain legally
> privileged information.  It is intended solely for
> the person or entity to
> which it is addressed.  Access to this e-mail by
> anyone else is
> unauthorized. If you are not the intended recipient,
> any disclosure,
> copying, distribution, action taken, or action
> omitted to be taken in
> reliance on it, is prohibited and may be unlawful. 
> If you received this
> e-mail in error, please contact the sender and
> delete the material from any
> computer. 
> 
> 
> 
>
---------------------------------------------------------------------
> 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:
> <[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

---------------------------------------------------------------------
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to