Hello Xerces developers

2005-04-13 Thread Ramesh.Kandula
Hi, This is Ramesh and I would like to know how to use the following software archive: xerces-c_2_6_0-solaris_28-cc_62. I downloaded this software and unzipped and un tarred it. Now, the question is how to build this? I was going through the build instructions form the following weblink: http://xml

RE: Issues with PSVI interface(s) and group and attributeGroup

2005-04-13 Thread Elisha Berns
Mateo, Your suggestion doesn't work to get the name of the referenced named model group. Also, it is about the same as what I do in the second email with the source code. So back to the original question, how do get the name of a ref'd named model group from inside a complex type? Elisha > --

[jira] Updated: (XERCESC-1406) XSNamedMap needs to include a header file for a data member

2005-04-13 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1406?page=history ] David Bertoni updated XERCESC-1406: --- Attachment: patch.txt Patch for bug. > XSNamedMap needs to include a header file for a data member > --

[jira] Created: (XERCESC-1406) XSNamedMap needs to include a header file for a data member

2005-04-13 Thread David Bertoni (JIRA)
XSNamedMap needs to include a header file for a data member --- Key: XERCESC-1406 URL: http://issues.apache.org/jira/browse/XERCESC-1406 Project: Xerces-C++ Type: Bug Components: Validating Parser (Schema) (Xe

Re: Issues with PSVI interface(s) and group and attributeGroup

2005-04-13 Thread Matteo Vega
Elisha, Looks like yo're using the code from the SCMPrint sample program. This is what u can do; when you are in the XSParticle::TERM_ELEMENT if block (process element section), you can further check if the element is a complex type and recursively call ProcessParticle function again: XSTypeDef

Re: Is the License file needed?

2005-04-13 Thread Michael Fuller
On Wed, Apr 13, 2005 Gareth Reakes wrote: > For absolute confirmation you can ask at [EMAIL PROTECTED] > (make sure to check the archives first!). Is it archived? The Apache archives at http://mail-archives.apache.org/mod_mbox/ have no content for the "[EMAIL PROTECTED]" mailing list. Michael -

Issues with PSVI interface(s) and group and attributeGroup

2005-04-13 Thread Elisha Berns
Hi, Though I have yet to get any response to my previous email this post is to get clarification, at least theoretically, how the XSParticle class needs to handle references to both 'group' and 'attributeGroup' inside of complexType declarations... Currently when parsing an XSCompleTypeDefinition

Re: configuring xercesc (was: New make output)

2005-04-13 Thread Axel Weiß
Am Dienstag, 12. April 2005 05:45 schrieb James Berry: > On Apr 11, 2005, at 7:31 AM, Axel Weiß wrote: > > James, did you already develop a strategy for eliminating > > runConfigure? > > Hi Axel, > > Sorry the for the delay in replying, I've been out of town for a day. > > Yes. I've got prototype a

[jira] Commented: (XERCESC-1405) IRIX 6.5.19m compile/configure issues with Base64.cpp

2005-04-13 Thread Gesner Herard, Jr. (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1405?page=comments#action_62733 ] Gesner Herard, Jr. commented on XERCESC-1405: - Ther resolution fixed part of the problem, but still have more errors. I added "#include " to Base64.cpp file,

Re: Is the License file needed?

2005-04-13 Thread Gareth Reakes
Hi, My reading of the license is that you don't have to. "For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof." but that does seems strange to m

Re: Why Xerces can't parse a schema file like this?

2005-04-13 Thread Gareth Reakes
Hi, An XML Schema document is an XML document. XML documents can only have 1 root element so xerces will not parse this as it is illegal. Regards, Gareth zhangxian 33234 wrote: Hi, The errors is that there are two root element "" in one file. But that is what I want Xerces to do. Now I