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

Entity reference   not storing

  • 1.  Entity reference   not storing

    Posted Fri September 17, 2004 12:43 PM

    Hi,

    I’m trying to store an xml document which contains the entity   but I’m getting an error stating “invalid entity reference”.

    Any way I can get past this?


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: Entity reference   not storing

    Posted Mon September 20, 2004 09:00 AM

    Hi,

    the XML standard predefines just 5 entities: < > & " '
    All other entities must be defined in a DTD. You can get around your problems by adding an internal DTD
    to your document that defines the entity

    regards

    Harald


    #Tamino
    #API-Management
    #webMethods