Why does this XSL fails to retrieve value from xml ?
- by Pavitar
Following is an extract of the XSL stylesheet that I have written.
It says my '.xsl' is well formed but it somehow does not retrieve values from the xml,instead jus pastes the header and table headings.
EDIT
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"…