Computer Science, asked by bharti8156, 10 months ago

Write the procedure to link a stylesheet with an XML document.

Answers

Answered by Anonymous
0

Answer:

xml-stylesheet is a special declaration in XML for linking XML with stylesheets.

Place this after your XML declaration to link your XML file to your XSLT code. xml-stylesheet has two attributes: type: the type of file being linked to.

Answered by Anonymous
10

Hiiii dude.........

In order to display the XML file using CSS, link XML file with CSS. Below is the syntax for linking the XML file with CSS: <? xml-stylesheet type="text/css" href="name_of_css_file.

Influenced: HTML

Similar questions