473,386 Members | 1,647 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

NEED HELP Adding a trademark symbol to xml flash asset

Hi, I am a front end web designer/developer and analyst...struggling with putting an accordian flash xml menu together. I have it done except I need to add a simple trademark symbol circle with r. I am struggling with how to do this since I am not savvy in actioncript. I assume the best way is to add it is with a CDATA child node, but do not know how or whatever is the best way to get this done since am on a tight deadline. I need someone to explain step by step what I have to do to get this simple addition resolved. Attached are the links to home page and code for the xml file. The left navigation is the asset that I need to add the trademark symbol under about, about ADHERE. Thanks so much in advance!!!!!!
index page with flash xml menu asset

xml code:
Expand|Select|Wrap|Line Numbers
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <accodion>
  3.  
  4.  
  5.     <item name="HOME">
  6.  
  7.  
  8.     </item>
  9.  
  10.  
  11.     <item name="ABOUT">
  12.  
  13.  
  14.         <item name= "ABOUT ADHERE<![CDATA[write]]>"></item>
  15.  
  16.         <item name="Medical Information" url="http://www.jnj.com?ref=Random">
  17.  
  18.  
  19.  
  20.  
  21.                 </item>
  22. <item name="About SCIOS" url="http://www.jnj.com?ref=Random">
  23. </item>
  24.  
  25.  
  26.         </item>
  27.  
  28.     <item name="INTERACTIVE DOSING INFORMATION">
  29.  
  30.  
  31.         <item name="Indications and Usage" url="http://www.jnj.com?ref=Random"></item>
  32.  
  33.  
  34.         <item name="Contraindications" url="http://www.jnj.com?ref=Random"></item>
  35.         <item name="Warnings" url="http://www.jnj.com?ref=Random"></item>
  36.         <item name="Dosage and Administration" url="http://www.jnj.com?ref=Random"></item>
  37.  
  38.  
  39.  
  40.  
  41. </item>
  42.         <item name="RESOURCES AND TOOLS">
  43.  
  44.             <item name="NATRECOR PI" url="http://www.jnj.com?ref=Random"></item>
  45.             <item name="About Heart Failure" url="http://www.jnj.com?ref=Random"></item>
  46.             <item name="Stages of Heart Failure" url="http://www.jnj.com?ref=Random"></item>
  47.             <item name="NATRECOR Dosing Information" url="http://www.jnj.com?ref=Random"></item>
  48.             <item name="Patient Management Resources" url="http://www.jnj.com?ref=Random"></item>
  49.  
  50.  
  51.     </item>
  52.     <item name="US PRESCRIBING INFORMATION">
  53. </item>
  54.         <item name="IMPORTANT SAFETY INFORMATION ref=http://www.jnj.com">
  55.  
  56.             </item>
  57.  
  58.         <item name="REGISTRATION ref=http://www.jnj.com">
  59.  
  60.             </item>
  61.  
  62. </accodion>
  63.  
Sep 23 '08 #1
1 4394
Dormilich
8,658 Expert Mod 8TB
you can add ® either as unicode character or as unicode entity (&#174;). (xml supports nearly all legal unicode characters)
Expand|Select|Wrap|Line Numbers
  1. <item name= "ABOUT ADHERE ®"> // or
  2. <item name= "ABOUT ADHERE &#174;">
regards
Sep 23 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: mrwoopey | last post by:
Hi, On my site I have "SomeProduct™", a name with the trademark symbol, in a javascript menu. When the page (js) was refered in classic asp it showed the trademark symbol. Now the page is aspx...
17
by: lauren quantrell | last post by:
I have an Access application with the name: MyAppName® It has the "®" symbol (ChrW$(&H00AE)) at the end of it. If I remane the application without the "®" symbol, I can use FindWindow to close the...
47
by: Pierre Barbier de Reuille | last post by:
Please, note that I am entirely open for every points on this proposal (which I do not dare yet to call PEP). Abstract ======== This proposal suggests to add symbols into Python. Symbols...
79
by: VK | last post by:
I wandering about the common proctice of some UA's producers to spoof the UA string to pretend to be another browser (most often IE). Shouldn't it be considered as a trademark violation of the...
2
by: corley | last post by:
Hello world, I am having a problem with the decimal symbol. The result of writing a floating-point-number to an xml document (using libxml2 from xmlsoft.org) is <number>10,1234</number> ...
3
by: hsmsites | last post by:
Anyone know how I can remove this symbol from a string. I'm using vi and do not know how to refer to this symbol in my script. TIA
2
by: sasingh75 | last post by:
We have a strange problem using trademerk symbol in our emails. We store certain templates in database as long text. A aprt of the text looks as shown below. "Please access the XYZ â„¢ site to...
1
by: danka21819 | last post by:
Hi, I am a front end web designer/developer and analyst...struggling with putting an accordian flash xml menu together. I have it done except I need to add a simple trademark symbol circle with r. I...
1
by: gobblegob | last post by:
Hello Folks, I am searching a XML file for <Asset_Number> and then adding all children to DataGridView1, i can search but i dont know how to add item to the DataGridView Also my datagridview...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.