Sergey Ilinsky

Results 31 comments of Sergey Ilinsky

In Ample SDK we have generic support for multiple XML technologies and also let creating custom ones. The list of "Standard" events does not cover all languages, and building specific...

Yes, this is correct: by design all attribute names starting "on" have been reserved for "inline event handlers". As for suggested names, it is better to name them "labelOn" and...

Good idea for optimization. I will look if this is possible. Still, suppose it is lazy evaluated, and event passes through with matching name, should the attribute be then treated...

Ed, can you open separate request for lazy evaluation?

Ok, who and how should make sense of 'some with additional meaning'? Suggestions?

Question is still open. Suppose we have lazy evaluation in place. Now there is an attribute "once" specified on an element, and an event passes this node with name "ce"....

Who and where do you think should provide "special meaning" to attributes?

Tudor, please connect with Mozilla and see what we can do.

Would you like the jQuery version? If so, you can find it at https://github.com/ilinsky/jquery-xpath If not, what API would you need? Where do you want to run library - server-/...

The library was never build to be used in NodeJS environment (rather for client-side use), and the limitations of the temporary solution contributed are not explored in details. I am...