Hi,

I want to use <sup>&reg;</sup>(which is for ®) in
messages_de.xml and messages_en.xml.My messages_en.xml
is as follows:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

<catalogue xml:lang="en"
xmlns="http://www.w3.org/1999/xhtml";>

<message key="test">Hello <sup>&reg;</sup> Kavitha
</message>

</catalogue> 

I want the out put as Hello ® Kavitha.But Iam getting
just Hello.

If I use &#174; for ® it works,,,But I dont want to
use it,,,
 
If someone knows please help me,,,

Kavitha



__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.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]>

Reply via email to