I have created a web project and using few web forms I have created my content XML files. I don't want to use the alfresco rendition capability in the 'create content' wizard, instead I want to create my HTML output by parsing the content deployed to my LIVE repository.
I am planning to use web scripts. Is it possible to access my repository content from web script? if so how. (There is no details on http://wiki.alfresco.com/wiki/Web_Scripts about this)
Web projects are implemented using the AVM repository implementation, which has a corresponding AVM API. The Javascript version of this API is documented at http://wiki.alfresco.com/wiki/JavaScript_API#AVM_API.