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

Implemented loadXML() functionality #40 #1255

Merged
merged 2 commits into from
Apr 15, 2016
Merged

Conversation

DarkPrince304
Copy link
Contributor

I have implemented most of the stuff discussed in #40 , though there are still somethings like saveXML(), etc left, which I would like to do after this.

There's just one problem which I would like to solve in this PR only before getting it merged.
Inside the .then() function I have tried to print the final XML Tree and it prints the output correctly but when I store it in the ret variable and then return it later on then it returns undefined. I would like some help on this so I can make a commit in this PR only.

@lmccart , @shiffman your views on this?

@DarkPrince304 DarkPrince304 mentioned this pull request Feb 16, 2016
3 tasks
@DarkPrince304
Copy link
Contributor Author

@lmccart Since this is a new and needed feature are there any more changes in other files I would have to make for loadXML to work fully and conviniently?

@lmccart lmccart merged commit f8e7ac0 into processing:master Apr 15, 2016
@lmccart
Copy link
Member

lmccart commented Apr 15, 2016

thanks @DarkPrince304 this is great!! i apologize it took so long to review. i just merged it in and made a few edits to the code and added examples for all methods.

@DarkPrince304
Copy link
Contributor Author

@lmccart no problem. I'm really happy to make this long awaited feature work. :)

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

Successfully merging this pull request may close these issues.

2 participants