You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to recreate this in EMLassemblyline using the EML/emld R package framework. We are able to create app and release as child elements of emlEditor, but not as attributes:
I think you're right that there's not a way to do this right now. The only list names that get treated as attributes are ones that are part of the EML schema.
That said, supporting this wouldn't be too hard and I think it'd be useful. The workaround would be to serialize your EML as XML and set your additionalMetadata element using XML-aware tools (like xml2). Not a great solution.
Thoughts, @cboettig, maybe @jeanetteclark? I kinda like how having a leading "@" before a name looks here.
The ezEML web app for creating EML adds an additional metadata tag to every EML document that describes the editor used to create it:
We're trying to recreate this in EMLassemblyline using the EML/emld R package framework. We are able to create
app
andrelease
as child elements ofemlEditor
, but not as attributes:IN:
OUT:
Is it possible to specify XML attributes within the EML/emld framework (we've tried many different ways?
If not, could this be implemented? Possibly to work like:
IN:
OUT:
The text was updated successfully, but these errors were encountered: