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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

How can we store reusable XML data

  • 1.  How can we store reusable XML data

    Posted Wed April 03, 2002 05:53 PM

    How can we store XML data in Tamino once and use it as many times as we want.
    Example: I have a 1000 articles and in all the 1000 articles the copyright and Legal notice is same so I want to store it once and use it whenever I render the articles.
    Is this even possible
    Thanks.
    Preetham.


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: How can we store reusable XML data

    Posted Thu April 04, 2002 11:10 AM

    You would have to include some kind of reference to the common text within the instances.

    These references would have to be expanded at the client side
    , in a server extension, or in something like the passthru servlet.

    Non-proprietary syntaxes for references would be XInclude (http://www.w3.org/TR/xinclude/) or XLink.(XML Linking Language (XLink) Version 1.1)


    #API-Management
    #Tamino
    #webMethods