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 to define Schems xml document
What is the format of xml file?
will u pls specifie what's the different between XML n XSL as i m confused alot as xml use to transfer data n XSl 2 n what's the main purpose of XML y we use XML????
How do I run an xml file in notepad?
What is xsl in xml?
What is wsdl used for?
What is dtd and its types?
Why is xml extensible?
What is the difference between xml and xhtml?
What is an xsd used for?
How to transform an XML document into another XML document?
How do I override a default xml namespace declaration?