How do you attach an XSL to an XML in presenting output ?
Answers were Sorted based on User's Feedback
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 |
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 |
How do I add an rss feed to my yahoo account?
What is Extensible Markup Language?
What is xml and its features?
Why was xml developed?
Explain how to retrieve value of an attribute for an element using XSLT?
How can I read an xml file?
What are the hooks provided by xslt?
How do I save as an xml file?
What is xslt explain with example?
Explain the used of the xml prolog section.
How do I view an xml file?
Why is xml extensible?