[xml] XML schema for empty NS failed to compile due to xmlns=

2011-12-23 Thread Michael Ludwig
Consider the following doc and schema: $ cat emptyns.xml Urmel33/Urmel $ cat emptyns.xsd xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchema; xsd:element name=Urmel type=Urmel_T/ !-- Convoluted typing just for the sake of the example -- xsd:simpleType name=Urmel_T

Re: [xml] conversion to non-scalar type error

2011-12-23 Thread Earnie
Roumen Petrov wrote: As project manager please could you confirm that mingw.org project will provide pthread-win32 package for public use ? See http://thread.gmane.org/gmane.comp.gnu.mingw.user/36035/focus=36049 -- Earnie -- https://sites.google.com/site/earnieboyd/

Re: [xml] conversion to non-scalar type error

2011-12-23 Thread Earnie
Roumen Petrov wrote: Earnie wrote: I'm having the following issue related to pthread-win32 which implements pthread_t as a structure. /usr/src/libxslt-1.1.26/xsltproc/testThreads.c: In function 'main': /usr/src/libxslt-1.1.26/xsltproc/testThreads.c:203:6: error: conversion to non-scalar

Re: [xml] libxml2-2.7.8 and MinGW

2011-12-23 Thread Roumen Petrov
Earnie wrote: Earnie wrote: Roumen Petrov wrote: Earnie wrote: [SNIP] As discussed on the MinGW list here are the patches for both libxml2 and libxslt adorning dllexport with extern for both __CYGWIN__ and __MINGW32__. During the discussion on the MinGW list we discovered the following bit