i try to use xindice and xmldbgui evething works fine but i can only use my collection and files into my collection as read only when i try to modify xml files into my collections i recieve
"XUpdate 0 nodes modified" xml file: <?xml version="1.0"?> <!-- edited with XMLSPY v5 rel. 3 U (http://www.xmlspy.com) by Stavros Kounis (private) --><people> <fname>stavros</fname> <lname>kounis</lname> <city>xanthi</city> <tel>21094</tel> </people> XUpdate code i run usin xmldbgui: <xupdate:modifications version="1.0" xmlns:xupdate="http://www.xmldb.org/xupdate"> <xupdate:append select="/people" child="last()"> <xupdate:element name="zip">111</xupdate:element> </xupdate:append> </xupdate:modifications> any idea? thnx xindice 1.0 -- Stavros S. Kounis Development & Research Department Osmosis - networks & consulting services web: http://www.osmosis.gr email: [EMAIL PROTECTED]