English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

When we see an out of xml on a browser when we work ofline in our home pc.
I get a output such as i add bold it displays

hai

as such i have given in xml scripts,
instead i want the output to be viewed as

hai

bold faced insted how can we do it.If we need any additional plugin how to and where will we get it.

2007-07-03 03:50:41 · 2 answers · asked by hari s 1 in Computers & Internet Programming & Design

2 answers

I think you are confusing XML and HTML. XML is eXtensible Markup Language, and HTML is Hyper-Text Markup Language. They are similar but very different beasts. HTML is used to formatting text to be displayed in a web browser. XML is used to tag information for data transfers. Also, XML is a markup language not a scripting language.

For HTML to be displayed correctly you need an HTML viewer such as a web page designer like Frontpage or Dreamweaver or a web browser such as Internet Explorer, Firefox, or Opera. Try renaming the files you create with a .htm or .html extension and opening it with a web browser to see it displayed as bold hai instead of hai

If you really want to get into web design, look into some web tutorials online, such as those found at http://www.w3schools.com/html/

2007-07-03 05:18:13 · answer #1 · answered by Benjamin P 3 · 0 0

If this question is correct and you are indeed using xml then there may well be a line at the top of the file that is similar to this one.

If so then this may well be the reason that your xml is not displaying in the correct format locally. You will either need to be connected to the internet of have a copy of the xsl file on your computer to be accessed.

2007-07-03 15:26:17 · answer #2 · answered by AnalProgrammer 7 · 0 0

fedest.com, questions and answers