Changes

Jump to navigation Jump to search
no edit summary
declare namespace zip = "http://expath.org/ns/zip";
declare namespace office = "urn:oasis:names:tc:opendocument:xmlns:office:1.0";
declare namespace dc = "http://purl.org/dc/elements/1.1/";declare namespace text = "urn:oasis:names:tc:opendocument:xmlns:text:1.0"; declare namespace table= "urn:oasis:names:tc:opendocument:xmlns:table:1.0" ;
declare variable $input := "E:/pop.ods";
let $modified:= copy $f:=zip:xml-entry($input, "content.xml")
modify (for $d in $f
for $t in $d//text:p[text()="Year"] return replace value of node $t with "ca roule") return $f
5

edits

Navigation menu