[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 12:29:21 -0400
I dont see why comments would make this not work. xed is a fully XML
aware app.
It would *delete* comments from inside <foo> but not other comments ,
and it wouldn't mistake a <foo> inside comments from one outside comments,
Guess it depends what "do the right thing" means. But as stated, it
should fine in the presence of comments.
In this particular case the only 'failure' I see is that *:foo matches
any namespace. which is *probably fine* but maybe not.
to do this fully right you'd have to declare the name space first ...
$ xmlsh
$ declare namepace a=http://somecomp.com
$ xed -m 'a:foo' -r newValue <{a}
<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 12:04 PM, Michael Kay wrote:
> On 26/07/2010 16:47, David wrote:
>> $ xmlsh
>> $ xed -m '*:foo' -r newValue < file.xml
>>
>> <config xmlns="http://somecomp.com">
>> <foo>newValue</foo>
>> </config>
>>
>
> Which could fail to do the right thing if comments are present in the
> file (I don't think Andrew banned comments from his subset - don't
> know why, given those goals).
>
> Michael Kay
> Saxonica
>
> _______________________________________________________________________
>
> 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]