users@jaxb.java.net

Re: QUESTION ABOUT XML TAG WITH COLOR

From: Robert Lowe <rmlowe_at_rmlowe.com>
Date: Sun, 22 Jun 2003 19:52:32 +0800

This is nothing to do with JAXB--probably XSLT is what you are looking for. Try to direct the question to an XML/XSLT newsgroup.

  ----- Original Message -----
  From: James Knight
  To: JAXB-INTEREST_at_JAVA.SUN.COM
  Sent: Sunday, June 22, 2003 7:33 PM
  Subject: QUESTION ABOUT XML TAG WITH COLOR


      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,