-
-
Save MasterDuke17/a2c8e38be2580f6d6703025c90220441 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use v6.c; | |
use NativeCall; | |
use XML::LibXSLT::Subs; | |
# -------------------------------------- | |
# cw: To add to XML::LibXML!! | |
# -------------------------------------- | |
sub xmlAllocOutputBuffer(Pointer $encoder) | |
is native('xml') | |
returns xmlBuffer | |
{ * } | |
sub xmlOutputBufferGetContent(xmlBuffer $out) | |
is native('xml') | |
returns Str | |
{ * } | |
# -------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment