bsuh / node_xslt

a simple XSLT addon for node
zlib License
71 stars 17 forks source link

adding xslt.useInternalErrors() function #22 #23

Closed andreyvital closed 10 years ago

andreyvital commented 10 years ago

http://xmlsoft.org/html/libxml-HTMLparser.html#htmlParserOption

MartijnR commented 10 years ago

@andreyknupp I'm guessing this could potentially be extended to retrieve the output from <xsl:message terminate="no">this is a warning</xsl:message> as well, right? I'm using something similar in PHP's XSLTProcessor.

MartijnR commented 10 years ago

@andreyknupp very cool!

@bsuh This app is awesome and means I can finally move my app to node.js. Thanks a lot. Will you keep maintaining it?

MartijnR commented 10 years ago

hmm. That's too bad. @bsuh If this is indeed the case, I'd totally understand, but will you perhaps consider adding maintainers to your repo? To be clear, I'm not asking for myself, but am seeing some active ports (e.g. @andreyknupp ). You'd keep all the benefits of being the owner of this repo, but share the responsibility of maintaining. It's win-win!

MartijnR commented 10 years ago

@andreyknupp I haven't been able to test this yet (simply swapping the npm module doesn't seem to work - will try later) but if it works I'd say go for it! :+1: