doc/src/snippets/patternist/copyID.xq
changeset 7 f7bc934e204c
parent 0 1918ee327afb
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 (: Copy the value of xml:id attribute from other.html. This is a comment by the way! :)
       
     2 <html xmlns="http://www.w3.org/1999/xhtml/"
       
     3       xml:id="{doc("other.html")/html/@xml:id}"/>