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
  • 1.  DTD or Schema needed?

    Posted Wed October 24, 2001 12:04 PM

    Hello!

    I’ve got an DTD upon I’ve created with the Schema Editor a Tamino schema.I’ve defined it in the database and erased the DTD.

    When I try to process a new xml file for that schema I create a new DOM object and use readDocument(fileinputstream).At this point the DOM object is trying to get the DTD from the url specified in the xml doctype tag.

    <!DOCTYPE MyDoctype SYSTEM
    http://ip:port/news.dtd”>

    My question is: Once that I’ve defined a Tamino schema in the database can I use that schema for validating xmls without needing the original DTD?
    (for example if the dtd url is no longer valid I can’t insert new xmls in the database?!?)


    #webMethods
    #webMethods-Tamino-XML-Server-APIs
    #API-Management