couchdb - How to import a Javascript library in a List Functions -
 Whether to import "external" javascript libraries for use in    Edit : Please see XSL Transformation in Sochdi.       You must add the source files of the library to your design document (assuming this is a JS library) How do that depend on many factors, you did not specify how you are deploying in your CouchDb example, so I have just thought about it yet.    The thing is that you can share the code with list functions (between some other people like the map function) If you load the source file into a string stored in your design document, you can use the library exported through the requirement of the  list function  in Cochbi The way? I am trying to create a  list function  which will do an XSL Transformation and I was hoping to use the  Sarsa  library.   ("lib / sarissa")  for example.   
 
Comments
Post a Comment