shellac / java-rdfa

RDFa Parser for java
Other
27 stars 14 forks source link

N-Triple output broken from empty lang #21

Closed shellac closed 14 years ago

shellac commented 14 years ago
<html
    xmlns="http://www.w3.org/1999/xhtml/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/">
    <head></head>
    <body>
        <p property="foaf:name" xml:lang="">a</p>
    </body>
</html>

Ends with "a"@ .

shellac commented 14 years ago

Fixed. Should I ever pass through lang=""?