Re: [xml] setting URL for xmlRelaxNGParserCtxt?

2005-01-26 Thread Daniel Veillard
On Wed, Jan 26, 2005 at 12:42:57PM +0100, Martijn Faassen wrote: Hey Daniel, I hope you'll still answer the other part of my mail (the Relax NG include processing errors).. that's a bit more urgent right now. :) Well that mean going in a debug session (gdb etc...) and 1/ it takes more

Re: [xml] Using wchar_t string with libxml2.

2005-01-26 Thread Arthur_Yarwood
[EMAIL PROTECTED] wrote on 26/01/2005 10:18:34: On Wed, Jan 26, 2005 at 10:05:10AM +, [EMAIL PROTECTED] wrote: How should I be passing my wide strings into these functions? I could just convert them to char strings, but I could loose data. Are the any other issues I should be

Re: [xml] Using wchar_t string with libxml2.

2005-01-26 Thread Daniel Veillard
On Wed, Jan 26, 2005 at 02:05:31PM +, Arthur Yarwood wrote: [EMAIL PROTECTED] wrote on 26/01/2005 12:48:07: Am I just mis-using it somehow? Looks okay. But this is not a mailing list about characters encoding or the iconv API, really... I'm guessing I've got the wrong code for the

Re: [xml] setting URL for xmlRelaxNGParserCtxt?

2005-01-26 Thread Daniel Veillard
On Wed, Jan 26, 2005 at 03:12:52PM +0100, Martijn Faassen wrote: So what *is* stored in these dictionaries? I still don't know. Tagnames? Namespace strings? Text node content? IDs? All of them? I guess I'll have to study the source to get the answer. :) markup tag name, very small text

Re: [xml] setting URL for xmlRelaxNGParserCtxt?

2005-01-26 Thread Daniel Veillard
On Wed, Jan 26, 2005 at 05:39:56PM +0100, Martijn Faassen wrote: Daniel Veillard wrote: On Wed, Jan 26, 2005 at 03:12:52PM +0100, Martijn Faassen wrote: So what *is* stored in these dictionaries? I still don't know. Tagnames? Namespace strings? Text node content? IDs? All of them? I guess

[xml] Win32 crash in xmlGetGlobalState

2005-01-26 Thread James Smith
Hi all, Im having a bit of a problem using libxml2 (version 2.6.17) with multiple threads under Windows (VC++ 6, SP6), and I was wondering if anyone could shed any light on what the issue might be. Im trying to use xmlDocDumpMemoryEnc() from a child thread in my windows app, using

Re: [xml] setting URL for xmlRelaxNGParserCtxt?

2005-01-26 Thread Martijn Faassen
Daniel Veillard wrote: On Wed, Jan 26, 2005 at 05:39:56PM +0100, Martijn Faassen wrote: [snip] Both approaches have a problem I can't seem to figure my way out of: So don't do it. I'm not going to do it any time soon, just running it by you to see whether I comprehend it now or whether there

Re: [xml] win32 build system

2005-01-26 Thread Daniel Veillard
On Wed, Jan 26, 2005 at 07:55:16PM +0100, Francesco Montorsi wrote: Hi, How much of it is the source, how much of it is generated. Only two files are templates: - libxml2.bkl - bakefiles.bkgen all the other ones are generated using them. okay It seems reasonable to me to add a

[xml] Error after upgrade to libxslt 1.1.12

2005-01-26 Thread James Orr
Hi, I've been using libxslt 1.1.9 with Perl's XML::LibXSLT module. Ran into a bit of trouble when upgrading to 1.1.12 ... I have a registered function which returns an XML::LibXML::NodeList. It runs through an array, creates an element for each item and then pushs it onto the returned

Re: [xml] Error after upgrade to libxslt 1.1.12

2005-01-26 Thread James Orr
On Wed, 2005-01-26 at 19:25 -0500, James Orr wrote: Hi, I've been using libxslt 1.1.9 with Perl's XML::LibXSLT module. Ran into a bit of trouble when upgrading to 1.1.12 ... I have a registered function which returns an XML::LibXML::NodeList. It runs through an array, creates an element