http://gsl-nagoya-u.net/http/pub/citeproc-demo/demo.html
It's based on the Firefox DOM implementation. I gather that browsers
vary in their deserialization methods, so this may not yet work in
Explorer, Safari, etc. If you get an error, send it along and I'll
try to adjust the page to work with additional browsers.
The DOM implementation is not quite complete yet; functions used for
localized dates are not yet in there; but the basics seem to be
working.
Frank
Needless to say, this opens up some interesting possibilities for
running the processor client-side in browser-based authoriing systems.
Frank
Frank
--
Group home: http://groups.google.com/group/citeproc-js?hl=en
To post: citep...@googlegroups.com
To unsubscribe: citeproc-js...@googlegroups.com
Citeproc-js home: home: http://bitbucket.org/fbennett/citeproc-js/wiki/Home
To unsubscribe, reply using "remove me" as the subject.
One item I should have mentioned in my previous note is that the
bundled processor code has now been split into three modules:
xmle4x.js, xmldom.js, and citeproc.js. This was necessary to get
things working in Google Chrome/v8. Because GC precompiles all JS,
code with incompatible syntax (i.e. everything that is specific to
E4X) causes the entire module to fail. The demo page has been
adjusted to load things in the correct order (xml modules first, then
the processor). To run the latest code (checked in today), you'll
need to do the same in your app.
Frank
>
> Frank