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 |
What are rss feeds and how do I use them?
How xml is used in web application?
If I replace my Sqlserver with XML files and how about handling the same ?
What is pom xml?
What is dom in xml?
What are the related specifications of xml?
What is metadata in excel?
Define complex element?
What’s a document type definition (dtd) and where do I get one?
Where should I use xml?
How is xslt related to xsl?
What is xmlns in xml?