Skip to Main Content
Integration


This is an IBM Automation portal for Integration products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


Status Delivered
Workspace App Connect
Created by Guest
Created on Sep 27, 2012

XMLNSC parser to write out characters that are not available in the current code page as XML entities

M&S require a new function for the XMLNSC parser to write out characters that are not available in the current code page as XML entities rather than throwing a parser exception.

Idea priority High
RFE ID 26905
RFE URL
RFE Product IBM App Connect Enterprise (formerly IBM Integration Bus)
  • Admin
    Ben Thompson
    Reply
    |
    Jul 26, 2021

    Idea / RFE Review. Apologies for the length of time this idea has been in the status of Uncommitted Candidate / Future Consideration. This capability was actually added to the product quite some time ago as part of APAR IC87087 which was present in WMBv8.0.0.2 in March 2013. This same feature has been carried forward in to the more recent ACE product versions as well, where it can be configured in the configuration yaml documents as well. For reference, here is the description of IC87087:


    This APAR introduces a new parameter "invalidCharacterEscapeType" on the ComIbmGenericXmlParserFactory which allows characters which can not be represented in the serialization codepage to be replaced with one of three entity types. This property can take the values "unicode", "hex" or "decimal".

    When set to "unicode" the character is rendered in the form {U+XXXX} where XXXX is the unicode codepoint associated with the character. For example for the Euro character this is {U+20AC}.

    When set to "hex" the character is rendered in the form &#xXXXX; where XXXX is the unicode codepoint associated with the character. For example for the Euro character this is &#x20AC.

    When set to decimal the character is rendered in the form &#DDDD; where DDDD is the unicode codepoint associated with the character expressed in decimal. For example for the Euro character this is #8364;.

    This property can be set at the execution group level using mqsichangeproperties for example:

    mqsichangeproperties <brokerName> -e <egName> -o ComIbmGenericXmlParserFactory -n invalidCharacterEscapeType -v <unicode|decimal|hex>


    Status of the Idea is updated to Delivered.

  • Guest
    Reply
    |
    Oct 7, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - WebSphere
    Product family - Integration
    Product - IBM Integration Bus (WebSphere Message Broker) - IIB

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Connectivity and Integration
    Product - IBM Integration Bus (WebSphere Message Broker) - IIB

  • Guest
    Reply
    |
    Apr 15, 2013

    Completely reasonable requirement, thanks for raising. We'll investigate this with the next round of XML enhancements.