Hi,

I want to add a comment in my XML file. Is this possible with xmltask?
(I cannot check the documentation on your website because it seems to be inaccessible?)

I want to have to following result (remark the comment before the <application> element).

### application.xml (generated by xmltask) ###
<?xml version="1.0" encoding="UTF-8"?>
http://java.sun.com/dtd/application_1_3.dtd">

<!--
    Generated by Ant. DO NOT EDIT!!
-->
<application>
    <display-name>sparadm</display-name>
    <module>
        <ejb>sparadm-1.1.1.jar</ejb>
    </module>
    <module>
        <web>
            <web-uri>sparadmclient-1.1.2.war</web-uri>
            <context-root>/sparadm</context-root>
        </web>
    </module>
    <module>
        <web>
            <web-uri>sparadmwebservice-1.0.2.war</web-uri>
            <context-root>/sparadmws</context-root>
        </web>
    </module>
</application>

How can I add the comment?

regards,
Maarten
_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

Reply via email to