Ft.Xml.Xslt.Exslt.MessageSource

Classes

class Error

Data and other non-method functions defined here:

ILLEGAL_DURATION_FORMAT = 3100
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
ILLEGAL_RESULT_SIBLINGS = 3201
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
RESULT_NOT_IN_FUNCTION = 3200
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
UNSUPPORTED_DOCUMENT_URI_SCHEME = 3000
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
__doc__ = None
__module__ = 'Ft.Xml.Xslt.Exslt.MessageSource'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Functions

_ = lambda(s)

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Xml/Xslt/Exslt/MessageSource.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Xml.Xslt.Exslt.MessageSource'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
g_errorMessages = {20: 'No stylesheets to process.', 22: 'Document root element must have a xsl:version attribute. (see XSLT Spec: 2.3).', 23: 'Stylesheet (%s): XML parse error at line %d, column %d: %s', 24: 'Source document (%s): %s', 27: "Illegal element '%s' in XSLT Namespace (see XSLT Spec: 2.1).", 29: 'Circular variable reference error (see XSLT Spec: 11.4) for variable or parameter: (%s, %s)', 30: 'Top level variable %s has duplicate definitions ... the same import precedence. (see XSLT Spec: 11)', 31: 'The namespace for "%s" has duplicate namespace a...e same import precedence. (see XSLT Spec: 2.6.2)', 50: "Illegal child '%s' within element '%s'", 51: "Illegal literal text %s within element '%s'", ...}
g_exsltErrorMessages = {3000: '4Suite\'s implementation of exsl:document only su...me, which may be implicit. Scheme "%s" was found.', 3100: 'Duration string "%s" not in xs:duration format.', 3200: 'An EXSLT func:result element must occur within a func:function element.', 3201: 'An EXSLT func:result element must not have following sibling elements besides xsl:fallback.'}