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
Hi,i have this image in a nonxml doctypehttp://localhost/Cinetheque/cinetheque/image/1.jpg and i want to delete iti have try the example nonxmlgreeting but … no wayelsecan someone explain me how to store images where the name of the image content spaces (Spiderman 2.jpg)Thanks
Hi,one way is to use an XQuery update delete statement:declare namespace tf=“http://namespaces.softwareag.com/tamino/TaminoFunction”update delete input()/image[tf:getDocname(.) = “1.jpg”]/…