Display XML in HTML...
-
Hi Friends, I am working on Javascript and I have some XML data in an object. Now I want to show that data using document.writeline() as it is. means I want to show the XML with all its node tags. Please give me solution. Thanks in advance.
The secret of life is not enjoyment but education through experience. - Swami Vivekananda.
-
Hi Friends, I am working on Javascript and I have some XML data in an object. Now I want to show that data using document.writeline() as it is. means I want to show the XML with all its node tags. Please give me solution. Thanks in advance.
The secret of life is not enjoyment but education through experience. - Swami Vivekananda.
You will need to display it as text. You will need to especially change "<" to "<"! Some other character combinations may give you trouble also.
"We make a living by what we get, we make a life by what we give." --Winston Churchill