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

Data loader format for entity section

  • 1.  Data loader format for entity section

    Posted Tue May 28, 2002 12:52 PM

    What are the possible formats for the entity section?
    Documentation example:
    <?xml version="1.0" encoding="utf-8"?>

    ino:request


    How can I refer to external files, as in the following example?

    %isopub.ent;

    I suppose a doctype is not allowed…
    <!DOCTYPE am_object SYSTEM "http://www.covax.at/content/dtd/am_object.dtd" [

    %isopub.ent;
    ]>
    Many thanks for any help
    bob


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: Data loader format for entity section

    Posted Tue June 04, 2002 02:50 PM

    Bob,
    there is a general rule for the format of the Data Loader input - it has to be well-formed XML.
    Following this: if you use ENTITY declarations and/or DOCTYPE declarations, they have to appear before the starting ino:request and are common for all documents.
    Per document declarations will be supported in the near future.

    All the best,
    Hermann


    #API-Management
    #Tamino
    #webMethods


  • 3.  RE: Data loader format for entity section

    Posted Mon July 15, 2002 05:26 AM

    Taking a clue from this posting i tried to upload an ino:object with entity decl as below
    <?xml version="1.0" encoding="utf-8"?>

    ino:request
    ino:object
    -
    IASIL: The International Association for the Study of Irish Literatures

    http://www.ulst.ac.uk/faculty/humanities/lang+lit/iasil/
    IASIL, founded in 1969, promotes the teaching and study of Irish lit
    erature in third-level education throughout the world. It also serves as a vehic
    le for bringing Irish writing to a wider audience through conferences and public
    ations.
    <date_added>2002-03-14</date_added>


    -
    association
    literature
    irish

    </ino:object>
    </ino:request>

    it gives me a parse error with a message
    API Version = 1.1
    Tamino Java Loader has started.

    INOXTL8422 org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed.
    INOXTL8422 Line: 2 Column: 3
    INOXTL8422 SystemId: file:/export/home/amit/allirithdata_rev_07_10.xml_1_2


    without the entity reference how ever there is no problem. If some one has been able to use entity references in tamino’s and while loading documents containing entity references and decl using java loader please respond.
    will appreciate any pointers
    regards
    Amit


    #webMethods
    #API-Management
    #Tamino