Load and retrieved parsed XML #4108
Closed
samuelbradshaw
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I don't see how that can be possible since verovio is using pugixml in C++, while Javascript has a separate XML parser, DomParser, that does similar things but in a different language (so there is a problem of two different languages using two different parsers). There is an |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be helpful if I could modify the MEI content and pass it back into Verovio without serializing and deserializing it.
Currently, I need to do something like this:
I'd like to do something like this:
I see that Toolkit::GetMEI has a
serialized
option, but it doesn't seem to be exposed to the JavaScript toolkit (or I can't figure out how to set it).Sometimes I need to modify source MusicXML, too, so it would be helpful if I could pass parsed MEI or MusicXML into
vrvToolkit.loadData()
.Beta Was this translation helpful? Give feedback.
All reactions