source: trunk/doc/src/snippets/patternist/copyID.xq

Last change on this file was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

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.