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.  identation

    Posted 06/14/07 09:22 PM

    hi,
    I use the xmldb.API. The xml data in the database is with identation.
    I want to get a xquery result without identation. I did the following step:

    XQueryService service = (XQueryService) col.getService( "XQueryService", "1.0" );
    service.setProperty("indent","no");
    ResourceSet rs=service.query(xquery);  

    It does not work! The result is with identation!

    Can u help me?

    regards,

    chacha


    #API-Management
    #webMethods
    #Tamino