-
question for output for xml
almost 9 years ago
-
about 8 years ago
check your code if it is in !DOCTYPE OR XHTML 1.0 TRANSITIONAL, if there re not then your program might not be html AND if you associate your code with the css u created
-
-
almost 9 years ago
Hi...
The XML documents do not carry information about how to display the data. If we use xml file without styles the browsers do not know if a tag like <table> describes an HTML table or a wooden table. Without any information about how to display the data, the browsers can just display the XML document as it is.
If you attach Style (<?xml-stylesheet type="text/css" href="mystyle.css"?>) after xml declaration with that it will show text with style not tag.
XMl is designed to be readable for both human and machine. It is used to store transport data.
-
2 Answer(s)