> How can I have the following in my xml output.
> 
> <word spelling="SPELL"
> pronunciation="m&#601;mba&#618;"/>
> 
> This uses and xml serializer.
> 
> The result i get is
> 
> <word spelling="SPELL"
> pronunciation="m&amp;#601;mba&amp;#618;"/>
> 
Just guessing: Try pronunciation="m&amp;#601;mba&amp;#618;" -> the &amp;
should be converted into an & in the resulting document, or?

Andreas

> 
> __________________________________________________
> Do you Yahoo!?
> Y! Web Hosting - Let the expert host your web site
> http://webhosting.yahoo.com/
> 
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 

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

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to