michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: 1 = Parsing an XSLT stylesheet failed. michael@0: 2 = Parsing an XPath expression failed. michael@0: 3 = michael@0: 4 = XSLT transformation failed. michael@0: 5 = Invalid XSLT/XPath function. michael@0: 6 = XSLT Stylesheet (possibly) contains a recursion. michael@0: 7 = Attribute value illegal in XSLT 1.0. michael@0: 8 = An XPath expression was expected to return a NodeSet. michael@0: 9 = XSLT transformation was terminated by . michael@0: 10 = A network error occurred loading an XSLT stylesheet: michael@0: 11 = An XSLT stylesheet does not have an XML mimetype: michael@0: 12 = An XSLT stylesheet directly or indirectly imports or includes itself: michael@0: 13 = An XPath function was called with the wrong number of arguments. michael@0: 14 = An unknown XPath extension function was called. michael@0: 15 = XPath parse failure: ')' expected: michael@0: 16 = XPath parse failure: invalid axis: michael@0: 17 = XPath parse failure: Name or Nodetype test expected: michael@0: 18 = XPath parse failure: ']' expected: michael@0: 19 = XPath parse failure: invalid variable name: michael@0: 20 = XPath parse failure: unexpected end of expression: michael@0: 21 = XPath parse failure: operator expected: michael@0: 22 = XPath parse failure: unclosed literal: michael@0: 23 = XPath parse failure: ':' unexpected: michael@0: 24 = XPath parse failure: '!' unexpected, negation is not(): michael@0: 25 = XPath parse failure: illegal character found: michael@0: 26 = XPath parse failure: binary operator expected: michael@0: 27 = An XSLT stylesheet load was blocked for security reasons. michael@0: 28 = Evaluating an invalid expression. michael@0: 29 = Unbalanced curly brace. michael@0: 30 = Creating an element with an invalid QName. michael@0: 31 = Variable binding shadows variable binding within the same template. michael@0: michael@0: LoadingError = Error loading stylesheet: %S michael@0: TransformError = Error during XSLT transformation: %S