shellac / java-rdfa

RDFa Parser for java
Other
27 stars 14 forks source link

Spurious triple created #14

Closed shellac closed 14 years ago

shellac commented 14 years ago
<html>
    <head></head>
    <body>
    <p about='#a' xmlns:ex="http://example.com/ns#">
        <span rev='ex:rev' about='#b' typeof='ex:Type'>
        <span property='ex:toAttribute' content='In attribute'><span property='ex:toText'>In text</span></span></span>
    </p>
    </body>
</html>

Creates :node0 http://example.com/ns#rev :node0 . in addition to correct triples.

shellac commented 14 years ago

Fixed in 42c1acca148c1e14568f47da3259b088250fdd29