[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] xmlParseDTD()
- From: dodji seketeli <sdodji yahoo com>
- To: Madhavan Nagarajan <cmnagarajan yahoo com>, xml gnome org
- Subject: Re: [xml] xmlParseDTD()
- Date: Wed, 27 Mar 2002 11:05:32 +0100 (CET)
Hi Madhavan,
hmmmh, libxml2 is free software, which means, you
can get the sources. So, take the sources, recompile
libxml2 and use your favorite debugger to get inside
xmlParseDTD (). I think you will see the pb and maybe
submit a patch.
Dodji.
--- Madhavan Nagarajan <cmnagarajan yahoo com> a écrit
: >
> Hi All,
>
> I have problem in making the libxml API compatible
> with other Development environment.
>
> Iam trying to create QuarkXPress document
> (Publishng software) from XML document using
> libxml2 and Xtensions Development Kit (XDK) provided
> by QuarkXPress in Visual Studio development
> environment. XDK is a set of C coded functions,
> which uses _stdcall calling conventions with 2 byte
> struct alignment. Whereas libxml uses _cdecl calling
> conventions with 8 byte struct alignment.
>
> I could sucessfully include, compile and link the
> libxml header files in XDK, by simply suffixing the
> libxml functions in header files with "_cdecl".
>
> Now the problem is with the function
> xmlParseDTD(ExternalID, SystemID), It works perfect
> outside XDK and returns xmlDtdPtr, but the same
> coding fails inside XDK and returns NULL.
>
> I also like to inform that the function
> xmlParseDoc(file) works perfect both outside and
> inside the XDK.
>
> I believe that there may be some problem in project
> settings, I will be grateful to anyone who could
> throw some light over this issue
>
> I also like to known about other lists, which deals
> with Querys of this sort.
>
> Thanx in advance
>
> Regards,
>
> Nagaraj.
>
>
>
> ---------------------------------
> Do You Yahoo!?
> Yahoo! Movies - coverage of the 74th Academy Awards®
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]