Displaying 19 results from an estimated 19 matches for "xmlstarlet".
2018 Jan 27
2
Installation instructions for Opus are incorrect - maybe?
...In this case, it's certainly curl that is missing on your system.
Ah, OK! No, it wasn't curl that was missing, but I think the way it
was phrased confused me. It says:
"Download the Opus codec from Digium. See
http://downloads.digium.com/pub/telephony/codec_opus/README.
Depends on: xmlstarlet(E), bash(E), res_format_attr_opus(M)
Support Level: external"
However, while I managed to apt install xmlstarlet, I already had
bash, and I can't find res_format_attr_opus.
Any ideas? Many thanks,
Jonathan
> Regards.
>
> --
> Ludovic Gasc (GMLudo)
>
> 2018-01-27 2:06...
2016 Sep 30
2
Asterisk 14.0.2 Now Available
...------------------------
* ASTERISK-26410 - core: Asterisk 14 doesn't show the header in
the console or verbose when starting (Reported by Dan Jenkins)
* ASTERISK-26426 - format_ogg_opus: remove from source (Reported
by Kevin Harwell)
* ASTERISK-26425 - download_externals: ignore xmlstarlet return
code for optional element (Reported by Kevin Harwell)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-14.0.2
Thank you for your continued support of Asterisk!
2010 May 17
3
Writing a properly-formed custom type (configxml)
Please hold my hand.
After studying the wiki, several unofficial pages, various mailing list entries, and the operation of the "iptables" type as found on the net, I have created a custom type, lovingly named ``configxml''''.
It updates attributes on the first element matching a supplied XPath in a given XML file. The first use case is configuring Atlassian JIRA to use
2013 Apr 11
2
[PATCH] handle --use-installed in zypp driver
An attempt to use installed files in zypp driver.
Add also a comment about the theory of operation.
Enable set -x in shell only in verbose mode.
This adds a dependency to xmlstarlet, which is required to parse zypper output.
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
src/supermin_zypp_rpm.ml | 93 +++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 80 insertions(+), 13 deletions(-)
diff --git a/src/supermin_zypp_rpm.ml b/src/supermin_zypp_rpm.ml
i...
2007 Nov 18
4
Re ad HTML table
You can use htmlTreeParse and xpathApply from the XML library.
something like:
xpathApply( htmlTreeParse("http://blabla", useInt=T), "//td", function(x)
xmlValue(x))
should do it.
Gamma wrote:
>
> anyone care to explain how to read a html table, it's streaming data
> (updated every second) and i am looking for a suitable function.
>
> The imported html
2018 Jan 27
2
Installation instructions for Opus are incorrect - maybe?
Before I got an log a ticket, can I just check I'm not doing anything wrong?
In 15.2, to install Opus:
1) run `make menuselect`
2) Highlight "Codec Translators" and press enter.
3) Scroll down to "codec_opus" in the section labeled "External"
4) Press enter to select the codec if it is not already selected.
... at this point, I see
XXX codec_opus
and a
2017 Mar 14
2
guestfsd: error while loading shared libraries in SUSE12
...7 09:51:37 2017
python-libguestfs-1.32.4-230.6.x86_64 Tue Mar 7 09:26:41 2017
perl-Sys-Guestfs-1.32.4-230.6.x86_64 Tue Mar 7 09:26:17 2017
libguestfs0-1.32.4-230.6.x86_64 Tue Mar 7 09:25:24 2017
supermin-5.1.13-14.3.x86_64 Tue Mar 7 09:24:56 2017
xmlstarlet-1.6.1-2.11.x86_64 Tue Mar 7 09:24:10 2017
libxslt1-1.1.29-2.14.x86_64 Tue Mar 7 09:23:39 2017
guestfs-data-1.32.4-230.6.x86_64 Tue Mar 7 09:13:57 2017
fuse-2.9.5-74.1.x86_64 Tue Mar 7 08:38:08 2017
And I get b...
2016 Sep 30
0
Asterisk 14.0.2 Now Available
...------------------------
* ASTERISK-26410 - core: Asterisk 14 doesn't show the header in
the console or verbose when starting (Reported by Dan Jenkins)
* ASTERISK-26426 - format_ogg_opus: remove from source (Reported
by Kevin Harwell)
* ASTERISK-26425 - download_externals: ignore xmlstarlet return
code for optional element (Reported by Kevin Harwell)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-14.0.2
Thank you for your continued support of Asterisk!
2007 Sep 01
2
Importing huge XML-Files
Dear all,
for my diploma thesis I have to import huge XML-Files into R for
statistical processing - huge means a size about 33 MB.
I'm using the XML-Package version 1.9
As far as reading the complete file into R via xmlTreeParse doesn't
work or is too slow, I'm trying to use xmlEventParse but I got
completely stuck.
I have many different type of nodes
+ <configuration>
2012 Jan 23
1
[ANNOUNCE] libguestfs 1.16 released - tools for managing virtual machines and disk images
...ed (Matthew Booth)
virt tools:
- New tool virt-format for erasing and making blank disks
- virt-sparsify new --compress and -o options to allow for compressed
and different format output
- virt-sparsify can now detect and sparsify .vdi files
- virt-sysprep no longer requires xmlstarlet; a new virt-inspector --xpath
option has been added to replace this functionality
- virt-rescue has a new --suggest option which suggests mount commands
for the guest
- virt-resize no longer requires OCaml pcre library
libguestfs live:
- daemon will no longer try to edit yo...
2018 Mar 15
0
Asterisk 13.20.0 Now Available
...STERISK-27596 - [patch] BuildSystem: Use the detected name
for MD5 everywhere.
(Reported by Alexander Traud)
* ASTERISK-27594 - [patch] BuildSystem: Invoke install not in
GNU but POSIX style.
(Reported by Alexander Traud)
* ASTERISK-27593 - [patch] BuildSystem: In OpenBSD, xmlstarlet
is xml.
(Reported by Alexander Traud)
* ASTERISK-27592 - [patch] BuildSystem: Detect external library
Lua in version 5.3.
(Reported by Alexander Traud)
* ASTERISK-26832 - res_pjsip: Segfault when calling
pjsip_hdr_print_on in sip_msg.c:581
(Reported by Ross...
2018 Mar 15
0
Asterisk 15.3.0 Now Available
...STERISK-27596 - [patch] BuildSystem: Use the detected name
for MD5 everywhere.
(Reported by Alexander Traud)
* ASTERISK-27594 - [patch] BuildSystem: Invoke install not in
GNU but POSIX style.
(Reported by Alexander Traud)
* ASTERISK-27593 - [patch] BuildSystem: In OpenBSD, xmlstarlet
is xml.
(Reported by Alexander Traud)
* ASTERISK-27592 - [patch] BuildSystem: Detect external library
Lua in version 5.3.
(Reported by Alexander Traud)
* ASTERISK-26832 - res_pjsip: Segfault when calling
pjsip_hdr_print_on in sip_msg.c:581
(Reported by Ross...
2018 Jun 05
0
Certified Asterisk 13.21-cert1 Now Available
...STERISK-27596 - [patch] BuildSystem: Use the detected name
for MD5 everywhere.
(Reported by Alexander Traud)
* ASTERISK-27594 - [patch] BuildSystem: Invoke install not in
GNU but POSIX style.
(Reported by Alexander Traud)
* ASTERISK-27593 - [patch] BuildSystem: In OpenBSD, xmlstarlet
is xml.
(Reported by Alexander Traud)
* ASTERISK-27592 - [patch] BuildSystem: Detect external library
Lua in version 5.3.
(Reported by Alexander Traud)
* ASTERISK-26832 - res_pjsip: Segfault when calling
pjsip_hdr_print_on in sip_msg.c:581
(Reported by Ross...
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575:
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
CONFIGURE_SILENT="--silent" menuselect
make[1]: Entering directory
`/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect'
gcc -m64 -march=native -mtune=native -floop-interchange
-floop-strip-mine -floop-block -c -o
2014 Sep 23
0
[PATCH 13/13] syntax-check: fix trailing_blank check
...ew tool virt-format for erasing and making blank disks
-
+
- virt-sparsify new --compress and -o options to allow for compressed
and different format output
-
+
- virt-sparsify can now detect and sparsify .vdi files
-
+
- virt-sysprep no longer requires xmlstarlet; a new virt-inspector --xpath
option has been added to replace this functionality
-
+
- virt-rescue has a new --suggest option which suggests mount commands
for the guest
-
+
- virt-resize no longer requires OCaml pcre library
libguestfs live...
2018 Oct 09
0
Asterisk 16.0.0 Now Available
...STERISK-27596 - [patch] BuildSystem: Use the detected name
for MD5 everywhere.
(Reported by Alexander Traud)
* ASTERISK-27594 - [patch] BuildSystem: Invoke install not in
GNU but POSIX style.
(Reported by Alexander Traud)
* ASTERISK-27593 - [patch] BuildSystem: In OpenBSD, xmlstarlet
is xml.
(Reported by Alexander Traud)
* ASTERISK-27592 - [patch] BuildSystem: Detect external library
Lua in version 5.3.
(Reported by Alexander Traud)
* ASTERISK-27491 - res_pjsip_endpoint_identifier_ip only
matches against header if match by ip fails
(Reporte...
2018 Oct 09
2
Asterisk 16.0.0 Now Available
...STERISK-27596 - [patch] BuildSystem: Use the detected name
for MD5 everywhere.
(Reported by Alexander Traud)
* ASTERISK-27594 - [patch] BuildSystem: Invoke install not in
GNU but POSIX style.
(Reported by Alexander Traud)
* ASTERISK-27593 - [patch] BuildSystem: In OpenBSD, xmlstarlet
is xml.
(Reported by Alexander Traud)
* ASTERISK-27592 - [patch] BuildSystem: Detect external library
Lua in version 5.3.
(Reported by Alexander Traud)
* ASTERISK-27491 - res_pjsip_endpoint_identifier_ip only
matches against header if match by ip fails
(Reporte...
2014 Sep 23
27
[PATCH 00/13] syntax-check
Hi Rich,
This series includes patches to make `make syntax-check` pass.
Some of the fix require change to maint.mk, but the file is not in git
repo. Is it intended?
Thanks!
Hu Tao (13):
syntax-check: dirty hack to pass bindtextdomain check
syntax-check: fix error_message_period check
syntax-check: fix makefile_at_at_check
syntax-check: fix prohibit_assert_without_use check
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...RISK-27594
<https://issues.asterisk.org/jira/browse/ASTERISK-27594>] -
[patch] BuildSystem: Invoke install not in GNU but POSIX style.
(Reported by Alexander Traud)
- [ASTERISK-27593
<https://issues.asterisk.org/jira/browse/ASTERISK-27593>] -
[patch] BuildSystem: In OpenBSD, xmlstarlet is xml.
(Reported by Alexander Traud)
- [ASTERISK-27592
<https://issues.asterisk.org/jira/browse/ASTERISK-27592>] -
[patch] BuildSystem: Detect external library Lua in version 5.3.
(Reported by Alexander Traud)
- [ASTERISK-27491
<https://issues.asterisk.org/jira/browse/ASTER...