Re: Validity of leading whitespace

2002-06-07 Thread Jerry Carter
3.org/TR/2000/REC-xml-20001006)? For anyone curious, I have an answer thanks to the OASIS/NIST conformance suite. This requirement comes from sections 2.1 (which references the prolog definition in 2.8).

Validity of leading whitespace

2002-06-07 Thread Jerry Carter
Using 1.7.0, if I have a document in which whitespace appears before the initial prolog, I get the error: The XML or Text declaration must start at line/column 1/1 Where is this required in the XML specification (http://www.w3.org/TR/2000/REC-xml-20001006)? According to Appendix F.1: "...ea

EntityResolver & schemas

2002-05-16 Thread Jerry Carter
been included or redefined" error. Q: Am I doing something wrong? Thanks. -=- Jerry Carter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: C0 control characters - U+0000 through U+001F

2002-02-21 Thread Jerry Carter
ing binary information around. If you want to put everything in one message, I'd suggest putting URLs into your XML and wrapping the XML + binary data in one multipart/mixed message. -=- Jerry Carter -

Re: [Bug 4495] New: - Parsing Error with Euro-Symbol

2001-10-29 Thread Jerry Carter
This would be VERY easy to add. -=- Jerry Carter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Win32MsgLoader does not load error message when alternate executable is used

2001-10-22 Thread Jerry Carter
e appropriate resource when my execuable is a static lib? <<<< ________ Jerry Carter[EMAIL PROTECTED] Software Architect SpeechWorks International, Inc. V

Re: Error Message loaders

2001-10-19 Thread Jerry Carter
At 04:15 PM 19-10-01 -0500, Williamson, Siehnai wrote: I've noticed that the XercesLib files you have set up for Win32 that you provide do not include the following files: XMLMessages.h MsgLoader.hpp, .cpp InMemMsgLoader.hpp, .cpp MsgCatalogLoader.hpp, .cpp XMLMsgCat_Ids.hpp As a re

Re: is C++ Xerces parser unicode compliant?

2001-10-19 Thread Jerry Carter
At 04:46 PM 19-10-01 +0530, you wrote: >Can you please tell me if Xerces parser is unicode compliant? If not can we >make it possible by adding our own code? >Thanks and Regards >Gayathri The answer is yes. Do you have more specific concerns? ---

Re: Warnings while compiling xerces-c1_4 on Hp-UX 10.2

2001-10-11 Thread Jerry Carter
7;touch' all the files in the distribution. -=- Jerry Carter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XercesDef.hpp

2001-10-03 Thread Jerry Carter
x27;ve attached the version from 1.5.1. This file doesn't change much and should work. It's absence, however, suggests that the tar file is badly flawed. -=- Jerry Carter /* * The Apache Software License, Version 1.1 * * Copyright (c)

Re: XMLCH Doc

2001-09-27 Thread Jerry Carter
be necessary. Depending on your needs, the XMLString::transcode function may be appropriate. -=- Jerry Carter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Output DOM Tree to a file.

2001-09-20 Thread Jerry Carter
t_list > outputfile 2>&1 where 'argument_list' is the normal list of arguments to the program. ________ Jerry Carter[EMAIL PROTECTED] Software Architect SpeechWorks International, Inc.

Why does Xerces_DLLName exist on Win32?

2001-09-11 Thread Jerry Carter
My complements to the Xerces development team on the 1.5.1 release. You've produced an excellent XML parser with impressive multiplatform support. The one bug that I've found in 1.5.1 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3422 was already fixed in the development tree before I not