Re: [xml] Remove whitespaces from text nodes

2012-02-16 Thread spam . spam . spam . spam
I think this function removes blank nodes. That's not exactly what I want. I want to strip useless whitespaces from text nodes. These nodes aren't considered as blank nodes because they contains also visible characters. - Mail original - De: Georges-André SILBER gasil...@luxia.fr À: spam

[xml] The order of arguments when compiling

2012-02-16 Thread spam . spam . spam . spam
Hello, On a first computer, when I compile a C program using the libxml2 library I do : $ gcc `xml2-config --cflags` `xml2-config --libs` main.c or $ gcc main.c `xml2-config --cflags` `xml2-config --libs` And it works (but the first method is better because it respects the order of arguments in

Re: [xml] The order of arguments when compiling

2012-02-16 Thread spam . spam . spam . spam
I have just compiled libxml2 the same way on the two computers : ./configure --prefix=... make make install On the first computer, I got no problem when compile. On the second computer, I got the compile problem. So, I think the problem is about gcc on the second computer (but they don't