XSLT Error Messages (Compact 2013)

3/26/2014

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.

See Also

Reference

XML Error Messages