Sha256: 2c02125a2cbb03ab1775d96aa898ccf6f3d3dcd9546f93a99e2e13332b562a19

Contents?: true

Size: 730 Bytes

Versions: 3

Compression:

Stored size: 730 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:target="http://www.example.org#"
      xmlns:test="http://www.example.org/lower#"
      xmlns:TEST="http://www.example.org/upper#"
      xmlns:TeSt="http://www.example.org/mixed#">
  <head>
    <title>Test 0123</title>
  </head>
  <body>
        <div about="[target:sub]">
                <p rel="test:one" resource="[target:lower]">lower case</p>
                <p rel="TEST:two" resource="[target:UPPER]">UPPER CASE</p>
                <p rel="TeSt:three" resource="[target:MiXeD]">Mixed Case</p>
        </div>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rdfa_parser-0.1.2 spec/xhtml1-testcases/0123.xhtml
rdfa_parser-0.1.1 spec/xhtml1-testcases/0123.xhtml
rdfa_parser-0.1.0 spec/xhtml1-testcases/0123.xhtml