Jacob Beard

Results 37 comments of Jacob Beard

Thanks for reporting this issue. I will look into it.

@mattoshry Please try this again. SCION is now using a custom version of sax-js with better parsing behavior.

Could you elaborate on the use case? Are you trying to create a browserify-based build, and use the build inside of Node.js? Could you please provide a minimal repro of...

@feyzo Did we add the feature where we flow through and check that `assign/@location` exists in the datamodel, i.e. check that variables that are referenced have been declared?

We tested xsltproc (libxml) and Xalan (based on Xerces). Repro: ``` jbeard4@Jacobs-MacBook-Pro:~/tmp$ java -jar ~/Downloads/xalan-j_2_7_2/xalan.jar -IN http://www.w3.org/Voice/2013/scxml-irp/153/test153.txml -XSL http://www.w3.org/Voice/2013/scxml-irp/confEcma.xsl http://www.w3.org/Voice/2013/scxml-irp/confEcma.xsl; Line #289; Column #40; xsl:analyze-string is not allowed in this...

Hi @Andarist, Here are my thoughts on the RFC: I agree with your criticism about the spec. The default behavior is to swallow JS errors, which is an easy gotcha,...