Difference between revisions of "Mozilla.dev.tech.js-engine"
Davenrathh (talk | contribs) (→FAQ) |
Davenrathh (talk | contribs) (→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. | + | 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. |
Revision as of 14:59, 29 September 2006
Contents
Newsgroup
JS-Engine on Google groups
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.