doc/src/snippets/patternist/copyID.xq
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     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}"/>