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

Adding full pass-through support for underlying libxml2 function #37

Merged
merged 1 commit into from
Mar 18, 2012
Merged

Adding full pass-through support for underlying libxml2 function #37

merged 1 commit into from
Mar 18, 2012

Conversation

CITguy
Copy link
Contributor

@CITguy CITguy commented Feb 23, 2012

Provide full pass-through for libxml2 function "xmlC14NDocDumpMemory" with support for optional hash arguments. (In response to Issue #36 with xml4r/libxml-ruby.)

* segfault when using XML_C14N_EXCLUSIVE_1_0 mode.
* API docs: "list of inclusive namespace prefixes ended with a NULL"
*/
inc_ns_prefixes_ptr[0] = NULL;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

irb will throw a fit and segfault if this is not used.

cfis added a commit that referenced this pull request Mar 18, 2012
Adding full pass-through support for underlying libxml2 function
@cfis cfis merged commit a3ce9af into xml4r:master Mar 18, 2012
@cfis
Copy link
Member

cfis commented Mar 18, 2012

Hi Ryan,

Sorry it took me so long to get to this. Patch looks great, will cut a new release.

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.

None yet

2 participants