NEED HELP, WANT TO HAVE XML TAGS AND COLOR
James Knight <[email protected]> Sun, 22 Jun 2003 04:33:20 -0700
| Newsgroups | gmane.comp.java.sun.xml.general |
|---|---|
| Message-ID | <3EF53190.18171.1B37DDA@localhost> |
In internet explorer. I can view an xml file in a .xml format. My question is. Say, I have <paragraph>hello world</paragraph>. But, I want to have hello world to have say the color red. How can I do that in an xml file. I want to be able to have the tags there at the same time make the "hello world" red. I can do it in html, but then I won't have the <paragraph></paragraph> tags there. I want to be able to have the tags and make the text red. Can anyone tell me how you can do that? And if not, why you can't do that? My first guess is that I would need to write a plug-in to have that feature. Thanks,