aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/codesnippets/doc/src/snippets/patternist/copyAttribute.xq
blob: 40e44942c54957a1b3217f3e5ec01c4e0fb28f28 (plain)
1
2
3
4
5
6
7
8
9
<html>
    <body>
        <p>
        {
            doc('feed.rss')/rss/@version
        }
        </p>
    </body>
</html>