I'm trying to write a gadget server capable of parsing gadget spec XML files as described in this document: http://code.google.com/apis/gadgets/docs/spec.html
I'm currently trying to parse the "Require" elements and construct the "libs=" URL attribute for URL-type gadgets. How do I know which fingerprint is the current fingerprint for each JavaScript file? I don't want to hard-code a set of fingerprints that work today just to have them fail when a new version of the file is published. Is there a Java (or JavaScript) API that allows me to get the current fingerprint for a particular feature? For example: The XML contains: <Require feature="views"/> but I need to emit libs=_valid_fingerprint_/lib/libviews.js Any help would be greatly appreciated. -- You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en.
