Delete a image in nonxml doctype

Hi,

i have this image in a nonxml doctype

http://localhost/Cinetheque/cinetheque/image/1.jpg and i want to delete it

i have try the example nonxmlgreeting but … no way


else

can 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”]/…