I would like to know if it is possible to edit XML files with confluence. I'd like to upload a base xml file that serves as input to a form in which i am able to specify values within that xml file. I would then like to be able to generate a modified version of that xml file under a file name specified in the form. Is it possbile to create a Confluence template which presents me with such a form? Is there a plugin you can recommend, that fulfills my needs?
The xml file consists of simple setting-value-tags and looks like this:
<configuration>
<settings>
<setting name="customer_id">
<value>1</value>
</setting>
<setting name="project_id">
<value>1</value>
</setting>
</settings>
</configuration>
Look at this post, maybe can help you
http://www.amnet.net.au/~ghannington/confluence/readme.html
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.