Re: new exslt namespace: crypto?
Mike Brown <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
Joel Reed wrote: > I've implemented md5sum, sha1sum, and ripemd160sum in libexslt > using a new namespace called "crypto". An example stylesheet > can be found below. I'd like to submit this code to the libexslt > project, and would like to see if anyone has feedback on the > use of a separate namespace, the namespace name, or function names. +1 on the proposal, in principle, however EXSLT is a library of specifications, primarily, so you would need to write up a description of each function, what arguments they take, what they return, and submit *that* as your proposal. -Mike