Tobias Nickel

Results 37 comments of Tobias Nickel

I am not sure if I understand this suggestion right, you would like this one element as a string? Then the `txml.stringify` method can be used.

strings do not get parsed automatically into numbers. did you find any number? and can share some example?

ahh, yes, the typedefinition should not contain the number. For the children as well as for the parser result. I will take that into the next 4.1 release. I already...

I find to little time moving it forward to an esm module. it is just frustrating how node.js made common.js and esm so incompatible that there has never been a...

thanks, this really is a bug. I can confirm it, in a quick test. it need to be fixed in the `parseNode` method between line 200 and 220: https://github.com/TobiasNickel/tXml/blob/0dddcb277d206fb319f29da73932efecbe300137/tXml.js#L199-L224 To...

right, but still many html pages do not have quotes. the values then can not contain any space.

how would that look like? having webcomponents be removed to turn into the inner html as string? but somehow still be there to get hydrated? I think you could make...