|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: get attribute node value
DOM:
I tried the following
NodeList nodeList=document1.selectNodes("/ns:configuration//plus/addr",lnsr);
XMLElement abcNode = (XMLElement)nodeList.item(0);
String abcaddrVal = sunNode.getAttribute("setup");
String jreUrl = "http://" + abcaddrVal;
sunNode.setAttribute("setup",jreUrl);
which correctly returns the first element attr and modifies it
<addr name ="abc" setup="/jpi/j2re.exe"/>
But if i try to do
XMLElement defNode = (XMLElement)nodeList.item(1);
it still returns me the above "abc" attribute entryand not the next
"def" element entry.
How can I resolve that?
Thanks.
On 4/12/05, Michael Kay <mike@s...> wrote:
> It rather depends what technology you are using.
>
> XSLT, XQuery, DOM, Java....?
>
> Michael Kay
> http://www.saxonica.com/
>
> > -----Original Message-----
> > From: Nishi Prafull [mailto:nishiprafull@g...]
> > Sent: 12 April 2005 21:55
> > To: xml-dev@l...
> > Subject: get attribute node value
> >
> > Hi:
> > I have the following snippet
> > <plus>
> > <addr name ="abc" setup="/jpi/j2re.exe"/>
> > <addr name ="def" setup="/jpi/jre.exe"/>
> > </plus>
> >
> > I need to modify the values of the setup attributes to
> > setup="http://....../jpi/j2re.exe"
> > setup="http://....../jpi/jre.exe"
> >
> > How should I get the value of the attribute node setup for both the
> > addr elements?
> > Thereafter I will modify it by concatenating the new string
> > to the value.
> >
> > Thanks.
> >
> > -----------------------------------------------------------------
> > The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> > initiative of OASIS <http://www.oasis-open.org>
> >
> > The list archives are at http://lists.xml.org/archives/xml-dev/
> >
> > To subscribe or unsubscribe from this list use the subscription
> > manager: <http://www.oasis-open.org/mlmanage/index.php>
> >
> >
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
>
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








