Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for XML literals #77

Open
robstewart57 opened this issue Jun 3, 2019 · 2 comments
Open

Support for XML literals #77

robstewart57 opened this issue Jun 3, 2019 · 2 comments
Labels

Comments

@robstewart57
Copy link
Owner

This bug is identified by the conformance-xml-example09 test.

comparing-graphs:                                                       FAIL
        Exception: user error (Graph xml-example09 not equivalent to expected:
        Expected:
          Triple (UNode "http://example.org/item01") (UNode "http://example.org/stuff/1.0/prop") (LNode (TypedL "<a:Box xmlns:a=\"http://example.org/a#\" required=\"true\">\n         <a:widget size=\"10\"></a:widget>\n         <a:grommit id=\"23\"></a:grommit></a:Box>\n    " "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral"))
        Found:
          Triple (UNode "http://example.org/item01") (UNode "http://example.org/stuff/1.0/prop") (LNode (TypedL "<a:Box required=\"true\">\n         <a:widget size=\"10\"></a:widget>\n         <a:grommit id=\"23\"></a:grommit></a:Box>\n    " "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral"))
        )

See https://travis-ci.org/robstewart57/rdf4h/jobs/540783693#L1739 .

@robstewart57
Copy link
Owner Author

This is being handled upstream in the xmlbf library: https://gitlab.com/k0001/xmlbf/merge_requests/9 .

@robstewart57
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant