DO NOT REPLY [Bug 3831] New: - Attributes::getValue(XMLCh *qName) throws undocumented exception

2001-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Output DOM Tree to a file.

2001-09-25 Thread Susanna
Dear , Andreas For CreateDOMDocument sample program: I would like to print result to a file. Is it possible and how? Thanks, Susanna Harutyunyan To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ---

Re: xerces legal question and question about pedigree

2001-09-25 Thread Jason E. Stewart
Hey Jerry, I do not speak on behalf of Apache or IBM, but I do contribute to the project. "Jerry A Lebowitz" <[EMAIL PROTECTED]> writes: > 1. Is it true that there are no royalities associated with xerces > c++? Correct, as stated in 'The Apache Software License, Version 1.1'. > I un

DOMString allocation operators

2001-09-25 Thread Murphy, James
DOMStrings new and delete operators ruin performance on SMP systems due to the global lock on both new and delete. This lock is acquired when actually performing the block allocation and when doling out the block elements. This makes the DOM unusable for us since our environment is multithreaded,

Re: xerces legal question and question about pedigree

2001-09-25 Thread Joseph_Kesselman
>and some other folks (and I'm forgetting who, probably Andy Heninger > was involved in that work) reworked the DOM parts. For what it's worth, the second-generation XML4J DOM originated with a compact proof-of-concept version I wrote. The DOM code has evolved considerably since then, as the XML

RE: "Compiled" Schemas

2001-09-25 Thread Murphy, James
After a little testing with the DOMParser::parse's reuseGrammer flag I have problems... Our problem is a failure to catch some validation errors after the first call, when reusing rammer. Our schema's are fairly large > 150 complex types and > 100 simple types. Each instance that we parse requi

Re: xerces legal question and question about pedigree

2001-09-25 Thread Dean Roddey
> 2. What is the pedigree (country of origin) of xerces c++? > There was an early Java version done by IBM's TRL (Tokoyo Research Lab I think), which was pretty experimental. XML was very young at the time. That code was taken over by IBM's new Java Technology Center in Cupertino CA, which was fo

DO NOT REPLY [Bug 3813] - BinHTTPURLInputStream has weak HTTP request capabilities

2001-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

xerces legal question and question about pedigree

2001-09-25 Thread Jerry A Lebowitz
1. Is it true that there are no royalities associated with xerces c++? I understand that if we deliver your source code to a customer that we need to specify your copyright and disclaimer. 2. What is the pedigree (country of origin) of xerces c++? Thanks in advance for your response, Jerry

Xerces-C ports

2001-09-25 Thread Jones Gwyn
Hi, Where can I get a list of all ports available other than the official ones on the http://xml.apache.org/xerces-c/index.html web site? Thanks in advance for your help, - Gwyn. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

UTF-8 as default LCP

2001-09-25 Thread Zhang, Ning
Hi All, Is there any way to set up UTF-8 as the default LCP used in DOMString::transcode()? What I want to do is to use DOMString::transcode() to translate a DOMString object into UTF-8 coding as default, instead of calling XMLPlatformUtils::fgTransService->makeNewTranscoderFor and th

DO NOT REPLY [Bug 3813] New: - BinHTTPURLInputStream has weak HTTP request capabilities

2001-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Why does Xerces not allow restriction for a simpleContent type

2001-09-25 Thread Khaled Noaman
According to the schema spec (http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#coss-ct): In a complexType definition, if the base is a simple type, you must use 'extension' as the derivation method. Schema Component Constraint: Complex Type Definition Properties Correct All of the following