I am using Alfresco Enterprise 3.2 (tomcat bundle) on Ubuntu, using mysql.
I used an xsd and an ftl file to create a webform.
The output path pattern for the xsd is: /${webapp}/${cwd}/${name}.xml
The output path pattern for the ftl is: /${webapp}/${cwd}/${name}.${extension}
There is no default workflow selected.
I added the webform to a web project. Output patterns were kept as the default (shown above). Now, when I create new web content using this webform, it creates a rendition with the extension .html, as expected. But when I edit that file, I get another rendition, this time with the extension .xml.html. When I checked the Alfresco Node Reference for the xml file, I find that the name property has the value "filename".xml. In Alfresco Enterprise 2.1 that we were using earlier, the name property has value –null– or UNKNOWN.
Please advise on how to fix this issue.