[Bug 2277] New: - bad argument to ConvertFromUnicodeToText

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2277 *** shadow/2277 Thu Jun 21 17:20:17 2001 --- shadow/2277.tmp.15881 Thu Jun 21 17:20:17 2001 *** *** 0 --- 1,30 + ++ + | bad argument to Co

Re: Problems with XML files...

2001-06-21 Thread Ryan B. Roleda
Joao, Morning to You. Hello There I encountered this before an ENTER or New Line character is a "Node.TEXT_NODE" type. So in order for u to just skipped whenever this type is encountered, in your loop you have to put something like: for (y = 0 ; y < count ; y++) { no

Using Xerces from a COM DLL

2001-06-21 Thread Tom Erickson
I am writing Wizard to fit inside a commercial tool that runs under various Win32 OS's.  Wizards in this tool are recognized by implementing a COM DLL that follows an interface specified by the tool authors.  I first implemented a sample Wizard following the instructions they provide, and th

use of utf-8 with SAX

2001-06-21 Thread KELLEHER,KEVIN (Non-HP-Roseville,ex1)
I am having some trouble with Asian-language data in the SAX parser. Specifically, some data that is originally in Taiwanese (roc15) is converted to utf-8 and embedded in an XML message. All the tags and attributes, etc. are in English, all the data is in Taiwanese. The problem occurs when I us

Re: DOM_XMLDecl vs. DOM 3 changes

2001-06-21 Thread Joseph_Kesselman
>Has there been any discussion or plans on what to do about the DOM 3 changes I presume Xerces will cut over to DOM Level 3 as soon as folks think its stable enough and have time to work on that. (I'd say this particular corner of the spec _is_ probably stable, though plenty of others are still

[Bug 2245] - IDOM rejects

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2245 *** shadow/2245 Thu Jun 21 08:26:05 2001 --- shadow/2245.tmp.11871 Thu Jun 21 12:35:21 2001 *** *** 2,9 | IDOM rejects | ++

[Bug 2269] - XMLScanner::scanProlog problem with

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2269 *** shadow/2269 Thu Jun 21 08:24:53 2001 --- shadow/2269.tmp.11848 Thu Jun 21 12:34:59 2001 *** *** 2,9 | XMLScanner::scanProlog problem with

DOM_XMLDecl vs. DOM 3 changes

2001-06-21 Thread Perry A. Caro
Hi, Has there been any discussion or plans on what to do about the DOM 3 changes which essentially make the DOM_XMLDecl node obsolete? The DOM 3 adds new get/set (attributes) to the Document interface to handle everything that DOM_XMLDecl does. See

[Bug 2245] - IDOM rejects

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2245 *** shadow/2245 Wed Jun 20 03:24:20 2001 --- shadow/2245.tmp.10248 Thu Jun 21 08:26:05 2001 *** *** 21,23 --- 21,26 The xml-style sheet line was rejected - it thought I was repeating line 1. + + --- Ad

[Bug 2269] New: - XMLScanner::scanProlog problem with

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2269 *** shadow/2269 Thu Jun 21 08:24:53 2001 --- shadow/2269.tmp.10230 Thu Jun 21 08:24:53 2001 *** *** 0 --- 1,22 + ++ + | XMLScanner::scanPr

[Bug 2268] New: - Add two members to DOMParser.hpp

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2268 *** shadow/2268 Thu Jun 21 08:17:59 2001 --- shadow/2268.tmp.10185 Thu Jun 21 08:18:00 2001 *** *** 0 --- 1,33 + ++ + | Add two members to

[Bug 2257] - 1.5 thinks a tag is a tag

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2257 *** shadow/2257 Wed Jun 20 23:44:43 2001 --- shadow/2257.tmp.9932Thu Jun 21 07:38:14 2001 *** *** 7,13 | Severity: Blocker OS/Version: All | | Priority: High

Re: Problems with XML files...

2001-06-21 Thread Joseph_Kesselman
>I'm using Xerces-C to parse my XML Files. But if the files is >formated with ENTER at final of each XML tags, the DOM Parser get the >ENTER like a child node. How can I do to formated my XML files with >ENTER at final of the tags, without any problems. That's correct XML behavior. An XML pa

[Bug 2119] - DOMString::print() should use DOMString::transcode() for transcoding.

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2119 *** shadow/2119 Mon Jun 11 09:25:58 2001 --- shadow/2119.tmp.9436Thu Jun 21 06:21:33 2001 *** *** 7,13 | Severity: Enhancement OS/Version: All | | Priority: Other

[Bug 1946] - incorrect validation

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1946 *** shadow/1946 Fri Jun 1 01:28:31 2001 --- shadow/1946.tmp.9425Thu Jun 21 06:21:02 2001 *** *** 5,13 | Status: NEW Version: 1.4 | | Resolution:

Re: Duplicated Guard

2001-06-21 Thread Tinny Ng
Just fixed. Thanks for the catch. Tinny "Peter A. Volchek" wrote: > Source: idom/IDChildNode.hpp > > Change the header guard from > #ifndef ChildNode_HEADER_GUARD_ > to > #ifndef IDChildNode_HEADER_GUARD_ > > (My VC5 compiler drove me mad until I found the problem) > > Peter A. Volche

[Bug 1147] - Headers install in wrong directory.

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1147 *** shadow/1147 Wed Jun 13 15:48:11 2001 --- shadow/1147.tmp.9378Thu Jun 21 06:14:20 2001 *** *** 7,13 | Severity: Normal OS/Version: Linux | | Priority: High

Building DTD files

2001-06-21 Thread João Marcelo Loureiro do Amaral
Hi, I'd like to ask a question again... How can I include the DTD Files in my code to validate my XML files with Xerces-C ? Is it possible ? Case it isn't, how can I validate my XML files before parse it ? Thank's João M L Amaral Brazil begin:vcard n:Loureiro do Amaral;Joao Marcelo

[Bug 2262] - Duplicated header guard in idom/IDChildNode.hpp

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2262 *** shadow/2262 Thu Jun 21 02:54:38 2001 --- shadow/2262.tmp.9293Thu Jun 21 05:57:15 2001 *** *** 7,13 | Severity: Critical OS/Version: Windows NT/2K | | Priority: Other

Problems with XML files...

2001-06-21 Thread João Marcelo Loureiro do Amaral
Hi, I'm using Xerces-C to parse my XML Files. But if the files is formated with ENTER at final of each XML tags, the DOM Parser get the ENTER like a child node. How can I do to formated my XML files with ENTER at final of the tags, without any problems. Thank's João M L Amaral Brazil begin:

RE: [ANNOUNCEMENT] Xerces-C 1.5.0 is now available

2001-06-21 Thread GOMEZ Henri
RPM available at : ftp://ftp.falsehope.com/home/gomez/xerces-c/ >Everyone, > >This is to announce the much awaited release Xerces C 1.5.0 >which brings >Schema Subset Support to Xerces-C! > >Highlights of this version: > - Schema Subset Support (see >http://xml.apache.org/xerces-c/schema.htm

Re: [PATCH: fix headers install]

2001-06-21 Thread Tinny Ng
Murray, Yes I am aware of that. I am occupied by some other work load this week, and will for sure look after this either by end of this week or early next week. Thanks! Tinny Murray Cumming wrote: > Murray Cumming <[EMAIL PROTECTED]> wrote: > > Could someone please apply this patch: > > > >

[Bug 2264] New: - DOMPrint does not correctly print the ENTITY_NODE

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2264 *** shadow/2264 Thu Jun 21 03:17:11 2001 --- shadow/2264.tmp.9067Thu Jun 21 03:17:11 2001 *** *** 0 --- 1,22 + ++ + | DOMPrint does not

[Bug 2263] New: - 'SIZE' : redefinition ( BooleanDatatypeValidator.cpp )

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2263 *** shadow/2263 Thu Jun 21 03:00:17 2001 --- shadow/2263.tmp.9039Thu Jun 21 03:00:17 2001 *** *** 0 --- 1,32 + ++ + | 'SIZE' : redefinit

[Bug 2262] New: - Duplicated header guard in idom/IDChildNode.hpp

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2262 *** shadow/2262 Thu Jun 21 02:54:38 2001 --- shadow/2262.tmp.9022Thu Jun 21 02:54:38 2001 *** *** 0 --- 1,22 + ++ + | Duplicated header

Duplicated Guard

2001-06-21 Thread Peter A. Volchek
Source: idom/IDChildNode.hpp Change the header guard from #ifndef ChildNode_HEADER_GUARD_ to #ifndef IDChildNode_HEADER_GUARD_ (My VC5 compiler drove me mad until I found the problem) Peter A. Volchek Software Engineer Metis International, Inc. [EMAIL PROTECTED] -

Re: [PATCH: fix headers install]

2001-06-21 Thread Murray Cumming
Murray Cumming <[EMAIL PROTECTED]> wrote: > Could someone please apply this patch: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1147 PLEASE, could somebody apply this. Why must it always be so goddamn difficult to get the simplest patches applied to Xerces-C? There's been a new release

Re: DOMParser crashing in a multithreaded environment

2001-06-21 Thread Maxim Volkonovsky
Hello Nikita, Wednesday, June 20, 2001, you wrote to me: NS> Hi, NS> The Xerces DOM parser seems to be crashing in a multithreaded env. [...] It may happens due to the bug #1368 that haven't been fixed in 1.5.0 too :( Try to create dummy DOMString variable before starting to run threads... B

[Bug 2260] New: - Delayed validation exceptions with Xerces 1.4

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2260 *** shadow/2260 Thu Jun 21 01:32:47 2001 --- shadow/2260.tmp.8879Thu Jun 21 01:32:47 2001 *** *** 0 --- 1,23 + ++ + | Delayed validation

[Bug 2258] - Bug in Iconv and Iconv390

2001-06-21 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2258 *** shadow/2258 Thu Jun 21 00:13:15 2001 --- shadow/2258.tmp.8692Thu Jun 21 00:37:10 2001 *** *** 58,60 --- 58,63 return (int) ( towupper(*cptr1) - towupper(*cptr2) ); This is how the Iconv400, Windo