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 |
Write a program to show the purpose of literal result element?
what are the special characters in xml ?
What is xmlns xs?
Why xml is needed?
what does well-formed means?
What is xpath expression?
What is dtd example?
What is the format of xml file?
Can we encode mathematics using XML?
What is axml file?
What is the use of xslt <xsl: key> element?
What is the main use of an xslt file?