GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Friday, April 15, 2011

XML - Creating XSL File

For linking an xml file with its stylesheet file, add a line of code:
<xsl-stylesheet type="text/xsl" href="main.xsl">

Then defining your xsl file by
<?xml version="1.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<data>
    <item>
        ...
    </item>
</data>
Share/Bookmark

No comments:

Post a Comment