source:
trunk/doc/src/snippets/patternist/copyID.xq
Last change on this file was 2, checked in by , 16 years ago | |
---|---|
File size: 182 bytes |
Line | |
---|---|
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}"/> |
Note:
See TracBrowser
for help on using the repository browser.