Hi friends I have used xsd and xsl to create a webform. I have captured data using the web form, which gave me an HTML and an xml output. My problem is that i need to add some system metadata (like author's name, time of creation etc.) to the header section of the html page as META tags. Can sumone please guide me on this.
As far as I know, you can't do this, but I'm looking forward to being proved wrong.
With the latest alfresco versions, they've made it much easier to execute dynamic code using webscripts, during XForm-assembly or FTL-execution time (instead of the old virtual-tomcat-server JSP method). Perhaps this could be used to refer back to the original node and interrogate it… Actually, thinking about it, this could work (you might need to use the 'name' property, which is available, to determine which node to query).