summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain2xml.xml
blob: 2c7674a247def2730bffb480882dfb993a303593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<doc>
    <head>
        <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
            <its:domainRule selector="/doc/body"
                domainPointer="/doc/head/meta[@name='DC.subject']/@content"
                domainMapping="automotive auto, 'criminal law' law, 'property law' law"
            />
        </its:rules>
        <meta name="DC.subject" content="automotive"/>
    </head>
    <body>
        <p>The new car from XYZ - buy it now!</p>
    </body>
</doc>