12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- +========================================================================+
- | Licensed Materials - Property of IBM
- |
- | IBM Cognos Products: BUX
- |
- | (C) Copyright IBM Corp. 2009, 2010
- |
- | The source code for this program is not published or otherwise
- | divested of its trade secrets, irrespective of what has been deposited
- | with the U.S. Copyright Office.
- +========================================================================+
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
- <component name="BUX" usage="BUX messages">
- <section name="UTI" usage="BUX utils messages." type="Messages">
- <string id="DOM_DOCUMENT_BUILDER_ERROR" type="String" errorCode="1200">Error creating DOM document builder.</string>
- <string id="DOM_TOSTRING_PARSER_ERROR" type="String" errorCode="1201">DomUtils toString error when parsing.</string>
- <string id="DOM_TOSTRING_XSLT_ERROR" type="String" errorCode="1202">DomUtils toString xslt error.</string>
- <string id="DOM_TOSTRING_IO_ERROR" type="String" errorCode="1203">DomUtils toString I/O error.</string>
- <string id="INVALID_HEX_DIGIT_ERROR" type="String" errorCode="1204">Invalid hex digit: <param name="0" type="string" usage="digit"/>.</string>
- <string id="CONVERT_XML_HTML_PARSER_ERROR" type="String" errorCode="1205">convertXMLToHTML error when parsing.</string>
- <string id="CONVERT_XML_HTML_XSLT_ERROR" type="String" errorCode="1206">convertXMLToHTML xslt error.</string>
- <string id="CONVERT_XML_HTML_IO_ERROR" type="String" errorCode="1207">convertXMLToHTML I/O error.</string>
- <string id="INVALID_START_ELEMENT_ERROR" type="String" errorCode="1208">The current event is not START_ELEMENT but: <param name="0" type="string" usage="event name"/>.</string>
- <string id="STAX_EVENT_PROCESSING_ERROR" type="String" errorCode="1209">The current event is not START_ELEMENT but: <param name="0" type="string" usage="event name"/>.</string>
- <string id="STAX_EVENT_MISSING_START_ERROR" type="String" errorCode="1209">Missing START_ELEMENT event (no parent node).</string>
- <string id="XINCLUDE_TAG_ERROR1" type="String" errorCode="1210">Received non-all-whitespace CHARACTERS or CDATA event in nextTag().</string>
- <string id="XINCLUDE_TAG_ERROR2" type="String" errorCode="1211">Received event <param name="0" type="string" usage="event name"/>, instead of START_ELEMENT or END_ELEMENT: <param name="1" type="string" usage="event name"/>.</string>
- <string id="XINCLUDE_RESOLVE_ERROR" type="String" errorCode="1212">Error resolving href: <param name="0" type="string" usage="href"/>.</string>
- </section>
- </component>
- </stringTable>
|