Hi. I am last year computer science student. I am learning XML .I want to link XSL to XML File by putting a stylesheet declaration in the xml file. It is possible. If possible please give me proper solution for that.
Hi. I am last year computer science student. I am learning XML .I want to link XSL to XML File by putting a stylesheet declaration in the xml file. It is possible. If possible please give me proper solution for that.
It is possible.try the following code which is helpful for you.
Code:-----proxy.xml <?xml version="1.0"?> <?xml-stylesheet href="sheet.xsl" type="application/xml"?> <xi:include xmlnsi="http://www.w3.org/2001/XInclude" href="original.xml"/> -----proxy.xml--
Bookmarks