Re: [xml] Remove whitespaces from text nodes



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]