Re: [xml] Download Link to LIBXML2 built on VC 9 on windows 7 (32 bit)

2011-01-19 Thread Darko Miletic
As stated on this page: http://www.zlatkovic.com/libxml.en.html All binaries have been built using C/C++ compiler version 13, linker version 7 and nmake version 6, all of them by Microsoft Corporation. To avoid any confusion, these are not the tools you get when you install Microsoft Visual

[xml] Changes in relaxng error reporting

2010-10-06 Thread Darko Miletic
Title: signature Hello, Working on a project I just discovered an interesting "feature" in libxml2. In version of the library prior to 2.7.4 if we had a  relaxng  schema that defines type with additional validation in regular _expression_ format in case when type validation fails library

Re: [xml] HTMLparser

2010-04-28 Thread Darko Miletic
Probably not. You should clean up that html with tidy before passing it through xml parser. Sergio Monteiro Basto wrote: who is the maintainer of HTMLparser , I had report a bug , and no one had reply . What I could do about that ? Should HTMLparser parse bad broken html or not ? Thanks,

Re: [xml] XPath issue

2010-03-18 Thread Darko Miletic
Your library version is old. Before doing anything else try using more recent version. You can do that on your dev. machine for test purporses. Joshua Kwan wrote: Hi there! I've got an interesting problem about libxml2's XPath support posted on stackoverflow:

Re: [xml] Regarding LibXML Schema validation

2009-11-11 Thread Darko Miletic
Sudhindra Kulkarni wrote: Hi, I have a problem validating a xml generated from a schema which contains an element having xs:any namespace=##other /. When I try to include a element from another schema I get an error No matching global element declaration available but demanded by the

Re: [xml] Avoiding emediate close of elements

2009-10-07 Thread Darko Miletic
Martin Olsen wrote: On Wednesday 07 October 2009 13:07:41 you wrote: Use xmlTextWriterStartElement or xmlTextWriterStartElementNS with xmlTextWriterFullEndElement Thanks! Unfortunately, I still get the same result. Here's the smallest code to reproduce: writer =

Re: [xml] LoadLibrary needs to be LoadLibraryA

2008-02-21 Thread Darko Miletic
/articles/unicode/windows.html -- Darko Miletic ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org http://mail.gnome.org/mailman/listinfo/xml

Re: [xml] A rare bug?

2008-01-04 Thread Darko Miletic
it is bug related to the way processing of xs:pattern element in schema. -- Darko Miletic ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org http://mail.gnome.org/mailman/listinfo/xml

[xml] How to validate xml against several xsd files using libxml2?

2008-01-03 Thread Darko Miletic
missing something? You can generate simple SCORM manifest using reload editor from here: http://www.reload.ac.uk/download/ReloadEditor202_ManualInstall.zip Thanks, -- Darko Miletic Chief Software Architect UVCMS e-learning Costa Rica 4752 street Buenos Aires C1414BSL Argentina +1 646 8439869 +54 11

Re: [xml] How to validate xml against several xsd files using libxml2?

2008-01-03 Thread Darko Miletic
understand this if you mean that the schema is delivered in several files, then there should be a wrapper schema which includes them. I see. Thank you for this suggestion I'll check it out. -- Darko Miletic Chief Software Architect UVCMS e-learning Costa Rica 4752 street Buenos Aires C1414BSL

Re: [xml] How to validate xml against several xsd files using libxml2?

2008-01-03 Thread Darko Miletic
Darko Miletic wrote: if you mean that the schema is delivered in several files, then there should be a wrapper schema which includes them. I see. Thank you for this suggestion I'll check it out. It works with generating third wrapping xsd files. Too bad it is not documented