I have the following xml fragment

<?xml version="1.0" encoding="utf-8" ?>
<objects xmlns="http://www.springframework.net"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

        xsi:schemaLocation="http://www.springframework.net 
http://www.springframework.net/xsd/spring-objects.xsd";>

        <description>NOF components for prototype</description>
        <object id="Configuration" 
type="sdm.services.configurationservice.nofFramework.Configuration,
sdm.services.impl">
                <constructor-arg index="0">
                        <value>ahahahahahahah</value>
                </constructor-arg>
        </object>
</objects>

and need to change the value in the constructor. I've tried 
//[EMAIL PROTECTED]'Configuration']/constructor-arg/value and
//[EMAIL PROTECTED]'Configuration']/constructor-arg/value/text

but nant is saying that no matching nodes can be found. More than likely 
something
stupid on my part. Would someone mind confirming the correct path?

Thanks

Richard
 


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to