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