[
Lists Home |
Date Index |
Thread Index
]
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@gmail.com]
> Sent: 12 April 2005 21:55
> To: xml-dev@lists.xml.org
> Subject: [xml-dev] 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>
>
>
|