[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] hackable xml
- From: David <dlee@calldei.com>
- To: xml-dev@lists.xml.org
- Date: Mon, 26 Jul 2010 11:47:00 -0400
$ xmlsh
$ xed -m '*:foo' -r newValue < file.xml
<config xmlns="http://somecomp.com">
<foo>newValue</foo>
</config>
-------------------------
David A. Lee
dlee@calldei.com
http://www.calldei.com
http://www.xmlsh.org
On 7/26/2010 11:43 AM, David Carlisle wrote:
> On 26/07/2010 16:21, Andrew Welch wrote:
>> Given:
>>
>> <config xmlns="http://somecomp.com">
>> <foo>abc</foo>
>> </config>
>>
>> ...and you want to update the value of<foo>, how would you do it?
>
> sed -i -e "s/abc/newValue/" file.xml
>
> ?
>
> D[SP]H
>
>
> ________________________________________________________________________
> The Numerical Algorithms Group Ltd is a company registered in England
> and Wales with company number 1249803. The registered office is:
> Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
>
> This e-mail has been scanned for all viruses by Star. The service is
> powered by MessageLabs.
> ________________________________________________________________________
>
> _______________________________________________________________________
>
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
>
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
> subscribe: xml-dev-subscribe@lists.xml.org
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]