How do you attach an XSL to an XML in presenting output ?

Answers were Sorted based on User's Feedback



How do you attach an XSL to an XML in presenting output ?..

Answer / nithin chacko ninan

<?Xml:stylesheet type="text/xsl" href="path-name"?>

<?xml-stylesheet type="text/xsl" href="xxx.xsl"?>
in xml file ,use this PI for attaching xsl to an xml.

Is This Answer Correct ?    3 Yes 0 No

How do you attach an XSL to an XML in presenting output ?..

Answer / chandrasekhar


<?xml-stylesheet type="text/xsl" href="xxx.xsl"?>

by providing a processing instruction to parser by using
above instruction in xml file

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More XML XSLT RSS Interview Questions

Explain about xml canonicalization?

0 Answers  


What is cdata in xml?

0 Answers  


Can I use xml namespaces in dtds?

0 Answers  


What is xml web service?

0 Answers  


How do I convert xml to excel?

0 Answers  






Do you know what are the roles of XSLT?

0 Answers  


How do I remove rss feeds from outlook 365?

0 Answers  


Whats does dtd mean?

0 Answers  


What are the parsers are supported in xml?

0 Answers  


Explain about xml data binding?

0 Answers  


What is xslt mapping?

0 Answers  


Define the three parts of xsl?

0 Answers  


Categories