Tag Archives: genx

XML::Genx 0.22

I’ve released XML::Genx 0.22. There are no functional changes, just a couple of minor bugfixes in order to ensure that it works on Windows correctly. For some time now, I’d been trying to get XS modules compiling on Windows correctly … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off

XML::Genx 0.21

I’ve released a new version, which fixes a blindingly obvious error: you couldn’t pass in characters between \x80 and \xff unless they had the UTF-8 flag turned on. I don’t know how I missed that. XML::Genx 0.21

Posted in Uncategorized | Tagged , , | Comments Off

XML::Genx 0.20

I pushed out a new release of XML::Genx last night. Nothing worth upgrading for, it just fixes a few compiler warnings under gcc 4.0. Thankfully, after some sage advice from Daniel Jalkut, I managed to get rid of the warnings … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off

XML::Genx Compiler Warnings

Naturally, one of the first things I did when I got the new mac was to try compiling my software, XML::Genx, on it. Sadly, it throws up a number of errors. Genx.xs: In function ‘string_sender_write’: Genx.xs:209: warning: pointer targets in … Continue reading

Posted in Uncategorized | Tagged , | Comments Off

new XML::Genx

XML::Genx 0.19 is now out. Changes include: Allow namespace objects to be passed in to StartElementLiteral() and AddAttributeLiteral(). This makes it much easier to put things into the default namespace. Add a missing “static” declaration to some XS helper functions. … Continue reading

Posted in Uncategorized | Tagged , , , | Comments Off

XML::Genx

Aristotle Pagaltzis has mentioned XML::Genx. Yay, it needs all the publicity that it can get. He highlighted some issues in XML::Genx::SAXWriter, which I need to address, although getting some consensus from the list first would be good. He also mentions … Continue reading

Posted in Uncategorized | Tagged , , , | Comments Off

jenx

Recently, in yet another fit of distraction from my existing projects, I’ve started working on jenx. It’s an XML writer for Java along similiar lines to GenX. At the moment, I’m just at the stage of banning invalid characters that … Continue reading

Posted in Uncategorized | Tagged , , , | Comments Off

XML::Genx Exceptions

I came across an interesting situation today. The exception thrown by XML::Genx showed up in completely the wrong place. I suspect that this is due to the fact that I’ve made it a dual valued scalar and Perl doesn’t want … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off

XML::Genx

After months of neglect, I’ve picked up on XML::Genx again. One “A. Pagaltzis” wrote to me and made two suggestions. Firstly, why didn’t I wrap genxScrubText() and secondly why didn’t have a method for automatically creating XML output as a … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off