Difference between revisions of "Mozilla.dev.tech.js-engine"

From CDOT Wiki
Jump to: navigation, search
(FAQ)
(FAQ)
Line 21: Line 21:
 
Rhino e4x xml document against the schema?  
 
Rhino e4x xml document against the schema?  
  
A: None as of yet
+
A: None as of yet.
  
2. Should I put the FAQ questions/answers in the summaries?
+
2. Can I prematurely terminate a script's
 +
execution without affecting the life cycle of the thread running it so
 +
that the thread can be reused to run other scripts in the future?  Is
 +
there a built in mechanism in the API for doing this?  
  
No.  Put them in a single place (here), instead of in the summaries.
+
A: None as of yet.

Revision as of 15:59, 29 September 2006

Newsgroup

JS-Engine on Google groups

JavaScript on MDC

Authors

  • Dejan Tolj
  • David Bertenshaw

Weekly Summaries

FAQ

1. I'm curious to know if anyone is using XMLBeans in Rhino. For example, are you compiling an XMLSchema with XMLBeans and then validating an Rhino e4x xml document against the schema?

A: None as of yet.

2. Can I prematurely terminate a script's execution without affecting the life cycle of the thread running it so that the thread can be reused to run other scripts in the future? Is there a built in mechanism in the API for doing this?

A: None as of yet.