Hi,

My xml configuration file has following format:
<channels>
        <channel-definition class="MyChannel" id="myChannelId">
                <endpoint class="endPointClass" uri="myURL"/>
        </channel-definition>
        
        <channel-definition class="MyAMFChannel" id="myAMFSession"> 
                <endpoint uri="myAMFSessionURL"/> 
        </channel-definition>
</channels>

Now how do i perform the REPLACE task in this case to replace
'myAMFSessionURL' to 'newAMFSessionURL'

Regards,
Sunil
-- 
View this message in context: 
http://www.nabble.com/Ant---patching-XML-files-tp22347624p22368181.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to