File: xmlschemas.c
Version: 2.9.4
22034c22034
< xmlSchemaAugmentImportedIDC(xmlSchemaImportPtr imported,
xmlSchemaValidCtxtPtr vctxt) {
---
> xmlSchemaAugmentImportedIDC(xmlSchemaImportPtr imported,
xmlSchemaValidCtxtPtr vctx
Hi,
When compiled with Emscripten, another function gets called instead of
"xmlSchemaBucketFree", leading to a bug. That's because Emscripten has a
function table per function signature. See file attachment for the patch.
Claude Petit
xmlSchemaBucketDeallocator.patch
Description: Bina
Thanks for replying.
> libxml2 has unsafe casts to xmlHashDeallocator all over the place
That's possible.
> I'm wondering why you're only reporting this single example.
That's the only place I've met that bug with Emscripten. It took me some
hours to figure out the issue.
> Can you open a bug
The space character is an unsafe character and must be encoded with "%20"
[1]. So, URLs containing a space character are invalid URLs.
Claude Petit
[1] http://www.ietf.org/rfc/rfc1738.txt
--
> Date: Tue, 12 De
Is it to be conflicting with "xmlns", "xsi:schemaLocation", ... ?
-Original Message-
From: Richard W.M. Jones [mailto:rjo...@redhat.com]
Sent: Tuesday, December 12, 2017 7:49 AM
To: doodad-js Admin
Cc: veill...@redhat.com; xml@gnome.org
Subject: Re: [xml] Re: U