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 document containing non-XML data

  • 1.  XML document containing non-XML data

    Posted Tue September 09, 2003 01:10 PM

    What should I define in a Tamino Schema in order to define an XML structure containing an Element with non-XML (CDATA - unparsed tekst) data. And I want to keep the documents as one piece, since it’s all just some tekstual information, just skip parsing for one element.

    F.i. the XML document looks like:





    This is the title
    This is some text that says 5<7



    Best regards,
    Marcel


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: XML document containing non-XML data

    Posted Wed September 10, 2003 01:34 PM

    One solution would be to mark the text as CDATA:





    This is the title




    HTH


    #webMethods
    #Tamino
    #API-Management