Tobias Nickel

Results 37 comments of Tobias Nickel

that looks like a bug, thanks, I will have a test till the weekend.

I just added comment support in streams, that was missing: https://github.com/TobiasNickel/tXml/commit/5e55ea2fa167a16032b640dc31a9d551c0f3ce5b#diff-39fbd46f4381411507cbf464fd4fea02R491 And had some more tests. But first I want to help you with your task at hand. I think...

It would be cool, if svgo could profit from this library. still, the streaming works much different than on other libraries. Not every tag, text, attribute is an event/item, but...

hi, just want to say, this matter is not forgotten. Last week I was working on a blog post about Web-Push. Today, I continued a little with debugging the `svgo`...

hi, little update, Today, I was able to run tall tests of svgo !!! before making a PR, I first have to make an update to txml. absolutely, some update...

wow, version 4 of txml is published. now it does not directly export the parse function, but an object with a parse function. this is for better compatibility between node...

and, as for this issue, there is now the `keepComments`. it can be used for `parse` and for `transformStream`.

Hi @santialbo. Sorry for by late reply, I was kind of busy during chinese new year. The parsing of the processing instructions was quite a new feature for the main...

the idea of the offset(the first argument is to skip the preample that is not data). in your case that would be: `''` or `''.length`. does this work for you?

I think you need to set the offset. usually XML files start with some meta data or at least with some root element. the offset is to put the cursor...