Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
The Extensible Stylesheet Language Transformations (XSLT) processor returns the following error messages.
XSLT Errors
Error code | Error string | Description |
---|---|---|
0xC00CE30BL |
XSL_KEYWORD_MAYNOTCONTAIN |
Keyword %1 may not contain %2. |
0xC00CE305L |
XSL_PROCESSOR_INVALIDSCRIPTENGINE |
%1 is not a scripting language. |
0xC00CE310L |
XSL_PROCESSOR_KEYWORDMAYNOTFOLLOW |
Keyword %1 may not follow %2. |
0xC00CE304L |
XSL_PROCESSOR_METHODERROR |
Error returned from property or method call. |
0xC00CE30FL |
XSL_PROCESSOR_SCRIPTERROR_LINE |
line = %1, col = %2 (line is offset from the <xsl:script> tag). |
0xC00CE309L |
XSL_PROCESSOR_STACKOVERFLOW |
The XSLT processor stack has overflowed — probable cause is infinite template recursion. |
0xC00CE337L |
XSL_PROCESSOR_UNEXPECTEDKEYWORD |
Keyword %1 may not be used here. |