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 create an xsl file?
Who developed XSLT?
What program opens xsd files?
Why namespace is used in xml?
What is difference between xml and xhtml?
How does xml handle white-space in my documents?
What is purpose of xml?
How can name conflicts be avoided in xml?
What are the xml elements?
What's an rss feed and how do I use it?
How do I undeclare an xml namespace prefix?
How xml is used in web application?