Hello Everyone,
I getting this error 'Cannot validate <reports>: no element declaration available'
'reports' is the top level element in the XML document.
on the bewlo line of code :
Code:
<xsl:apply-templates select="document(Reports.xml')/./*//sheets[@date=$date]">
</xsl:apply-templates>
I have created XML Schema document as well is it is showing document is valid in Oxygen editor.
but when I am debuggind XSLT then it is giving this error.
Thanks
UTYK