IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

XML Parsing in IS 6.1 SP2

  • 1.  XML Parsing in IS 6.1 SP2

    Posted Wed October 15, 2008 04:57 PM

    Hello All,

    I am getting an XML doc as an input from this service.

    pub.xml:xmlNodeToDocument. The issue I am facing is that, the source XML contains “&” ampersand symbol in the XML data.

    This “&” in the XML data throws error when parsed in target tables. Can anyone suggest how to handle the “&” present in the XML data? so that when we insert it into the target tables, the XML parser does not fail at the “&” symbol.


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: XML Parsing in IS 6.1 SP2

    Posted Fri October 17, 2008 09:52 PM

    & is special character like <.
    Use Entity to define the ampersand. The definition is &


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: XML Parsing in IS 6.1 SP2

    Posted Sat October 18, 2008 09:48 AM

    Thanks Kerni, for your reply.
    can you please tell me in some detail, or point to some reference, where and How can I define this Entity ?


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services