-
Notifications
You must be signed in to change notification settings - Fork 13
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
XML prefix declaration #9
Comments
FYI I tested with example8 and that doesn't seem to work either with latest release of RML-Mapper:
|
HI @ktk |
@syats long time ago, to be honest I don't use RML anymore, codebase is too buggy and everyone I talked to with some Java clue told this is not code they want to touch. So not sure if there is a solution to that. |
As of RMLio/rmlmapper-java#132, this issue should be closed. |
I have an XML file that looks similar to example8 but with one difference: The initial element is already using a namespace, here
iweb_authorities
:My mapping starts like this:
but that fails as it doesn't seem to recognize the first
iweb_authorities
prefix:I tested the XPath expression in Eclipse where it works fine, it figures out the prefixes on its own as defined in the prefixed element itself in the XML.
Any ideas on how this should be specified in RML?
The text was updated successfully, but these errors were encountered: