[Comm] xmllint

Dmitry V. Levin ldv на altlinux.org
Вс Янв 19 18:34:55 MSK 2014


Hi,

On Sun, Jan 19, 2014 at 06:05:22PM +0400, belka wrote:
>  Здравствуйте всем
> может кто нибуть обьяснит мне что я делаю не так ?

Зависит от того, какую задачу вы решаете.

> обнаружил что то странное при парсинге xml файла

Парсинг xml тут не причем.

> [belka на home newfolder]$ ls
> file1  file2  file.xml
> [belka на home newfolder]$ cat ./file.xml
> <?xml version="1.0" encoding="UTF-8"?><root><messages><message id="2743937"  userID="5129" userRole="3" channelID="0"><text><![CDATA[*]]></text></message></messages></root>
> 
> [belka на home newfolder]$ echo "cat /root/messages/message/text/text()" | xmllint --nocdata --shell file.xml  | sed '1d;$d' 
> *
> [belka на home newfolder]$ text="$(echo "cat /root/messages/message/text/text()" | xmllint --nocdata --shell file.xml  | sed '1d;$d' )"
> [belka на home newfolder]$ echo $text
> file1 file2 file.xml
> [belka на home newfolder]$ 

Эквивалентный пример без xmllint:
$ ls
file1   file2   file.xml
$ echo "*"
*
$ text="$(echo "*")"
$ echo $text
file1  file2  file.xml
$ echo "$text"
*

Согласно bash(1), "Expansion is performed on the command line after
it has been split into words. [...] The order of expansions is:
brace expansion, tilde expansion, parameter, variable and arithmetic
expansion and command substitution (done in a left-to-right fashion),
word splitting, and pathname expansion."


-- 
ldv
----------- следующая часть -----------
Было удалено вложение не в текстовом формате...
Имя     : отсутствует
Тип     : application/pgp-signature
Размер  : 198 байтов
Описание: отсутствует
Url     : <http://lists.altlinux.org/pipermail/community/attachments/20140119/e1a9ff08/attachment.bin>


Подробная информация о списке рассылки community