|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
System.Xml.Xsl.XsltException: Missing mandatory attribute 'version'
I am getting the following error while executing the following statement.
XslProc.Load(XslDoc) Error : System.Xml.Xsl.XsltException: Missing mandatory attribute 'version'. I already have this line in my xsl file <?xml version="1.0" encoding="UTF-8" ?> |
|
#2
|
|||
|
|||
|
Specify XSLT version
<?xmlversion="1.0"encoding="utf-8"?>
<xsl:stylesheetversion="1.0"xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> Have you specified the version attribute in your namespace declairation? |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > System.Xml.Xsl.XsltException: Missing mandatory attribute 'version' |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|