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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  XML Schemas and Namespaces

    Posted 10/22/01 05:09 PM

    Hi all,

    I’ve got two questions:

    1) I know you can start with a DTD and generate a Tamino database XML schema from it. Is the same possible with W3C XML Schema (xsd)?

    2) Suppose a document contains namespaces (like ‘xmlns:adlcp=“http://www.adlnet.org/xsd/adlcp_rootv1p2”’). The point is that the ‘adlcp’ namespace prefix isn’t fixed (only the associated URL is). How can I write queries that are independent of the prefix? (I can write something like ‘manifest//item[adlcp:prerequisite=…]’, I’d like to be able to use ‘manifest//item[http://www.adlnet.org/xsd/adlcp_rootv1p2:prerequisite=…]’ or something equivalent)
    In XPath one could use ‘namespace-uri()=…’, but that function is not supported by tamino.

    Marti


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: XML Schemas and Namespaces

    Posted 10/25/01 04:38 PM

    Hi Martin,

    about your first question: you will be able to use xml-schemas to generate Tamino-Schemas via Tamino Schema Editor from the next version 3.1 (in November?)


    #API-Management
    #webMethods
    #Tamino