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
So after you have passed the XML and the callbacks triggered which have made changes to the XML, how do you get the complete XML back with the changes made by the callbacks.
@cj ox-mapper cannot help you directly with this task. To do this, we would have to keep the structure of entire document in memory, which eliminates all advantages of SAX-parser.
Maybe you should try XSLT-processing with nokogiri or something similar.
Using your example code in the readme, how would you get the now updated xml back?
p.s. thank you for this lib!
The text was updated successfully, but these errors were encountered: