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 |
Can you use the XSLT to convert html into VXML?
What are XML Data Islands?
How do I create an xml schema in excel?
Explain about xml canonicalization?
What is the difference between xml dtd and xml schema or xsd?
Why is xml preferred over html?
What is xmlns in xml?
Where can I upload podcasts?
How do I open an xsl file?
Why xsl is used in xml?
What is root element in xml ?
Is xsd xml?