► Module Ft.Xml.Xslt.MessageSource
XSLT error codes and messages
Copyright 2003 Fourthought, Inc. (USA).
Detailed license and copyright information: http://4suite.org/COPYRIGHT
Project home, documentation, distributions: http://4suite.org/
Globals
- BUILTIN_TEMPLATE_WITH_PARAMS = 'Built-in template invoked with params that will ...This message will only appear once per transform.'
- DEFAULT_MESSAGE_PREFIX = 'STYLESHEET MESSAGE:\n'
- DEFAULT_MESSAGE_SUFFIX = '\nEND STYLESHEET MESSAGE\n'
- EXPRESSION_POSITION_INFO = 'In stylesheet %s, line %s, column %s in "%s":\n%s'
- POSITION_INFO = 'In stylesheet %s, line %s, column %s:\n%s'
- TEMPLATE_CONFLICT_LOCATION = 'In stylesheet %s, line %s, column %s, pattern %s'
- XSLT_EXPRESSION_POSITION_INFO = '%s\nThe error occurred in the expression "%s".'
- g_errorMessages = {20: 'No stylesheets to process.', 22: 'Document root element must have a xsl:version attribute. (see XSLT 1.0 sec. 2.3).', 23: 'Error parsing stylesheet (%s): %s', 24: 'Error parsing source document (%s): %s', 27: "Illegal element '%s' in XSLT Namespace (see XSLT 1.0 sec. 2.1).", 29: 'Circular variable reference error (see XSLT 1.0 sec. 11.4) for variable or parameter: (%s, %s)', 30: 'Top level variable %s has duplicate definitions ...e same import precedence. (see XSLT 1.0 sec. 11)', 31: 'The namespace for "%s" has duplicate namespace a...ame import precedence. (see XSLT 1.0 sec. 2.6.2)', 50: "Illegal child '%s' within element '%s'", 51: "Illegal literal text %s within element '%s'", ...}