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