RE: [xml] Problems again, functions that don't existe in HP-UX, u rgent (I k now that all say this)



Thank You Daniel, Igor, Steve, John, Bjorn, Alfred.

I know now the best way to solve this, is to compile the latest sources of
libxml2 in HP-UX, for lack of experience I didn't, sorry for any
inconvenience. 

        xmlKeepBlanksDefault(0); works great, thanks...

-----Original Message-----
From: Daniel Veillard [mailto:veillard redhat com] 
Sent: quarta-feira, 28 de Janeiro de 2004 23:02
To: Pinho Luis (IFPT IT External)
Cc: steve rinax com; xml gnome org
Subject: Re: [xml] Problems again, functions that don't existe in HP-UX, u
rgent (I k now that all say this)


On Wed, Jan 28, 2004 at 10:25:28PM +0100, Pinho external infineon com wrote:
Hi Daniel,

 First of all, thank you for all the support, I know I've been quite a 
drag.

  At this point, yes.

 I already tried before to use xmlKeepBlanksDefault(0) but with no 
efective results but I don't use xmlParseMemory, I use xmlParseFile 
and xmlParseDoc, is the effect any diferent, I though that they all 
would have the same behavior.


[Code]

      xmlDocPtr doc;
      doc = xmlParseFile(xmlFileName);
      xmlKeepBlanksDefault(0);

[/Code]

Thanks again for the support,

How do you expect the call to xmlKeepBlanksDefault() to influence the parse
before it ?

Daniel


-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]