doc/src/snippets/patternist/copyID.xq
branchRCL_3
changeset 7 3f74d0d4af4c
parent 0 1918ee327afb
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
       
     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}"/>