Re: [xml] Remove whitespaces from text nodes
- From: Michael Ludwig <milu71 gmx de>
- To: xml gnome org
- Subject: Re: [xml] Remove whitespaces from text nodes
- Date: Tue, 14 Feb 2012 22:43:37 +0100
Laurence Rowe schrieb am 14.02.2012 um 20:58 (+0000):
On 14 February 2012 09:59, <spam spam spam spam free fr> wrote:
I would like to have this output (without editing my XML file) :
"My book "A""
"My book "B""
"My book "C""
The useless whitespaces are removed from text nodes.
Is there a function which do this work?
Take a look at the xmllint source, it has a --noblanks option which
sets xmlKeepBlanksDefault(0);
But that doesn't get rid of non-ignorable whitespace.
$ xmllint --version
xmllint: using libxml version 20708
Michael
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]