Re: ...i need help...

2004-10-19 Thread Gareth Reakes
Hi, http://www.w3schools.com/xml/default.asp or look at the specs on www.w3.org. If you want more tutorials type "xml tutorial" into google. Gareth Samuel Tonini wrote: hi All Im starting with XML and C++ programming, but now i have a lot of problems. Im a rookie-developer, but im want to unde

...i need help...

2004-10-18 Thread Samuel Tonini
hi All Im starting with XML and C++ programming, but now i have a lot of problems. Im a rookie-developer, but im want to understand the stuff about xml with C++. my questions: -you know a good forum about XML / C++ -tuorials? -manuals? i doesnt found a lot with google..

Need help building Xerces-c v2.5.0 on SGI

2004-07-28 Thread Norm Samuelson
We are using Xerces for a few projects. We have built version 2.5.0 on a variety of platforms with very little trouble. When we try to build on our SGI IRIX machines (using compiler version 7.4) we get errors. The problem seems to be related to templates, saying that some functions have alrea

RE: need help on xerces for AS400

2004-07-12 Thread Patrick Townsend
ot resolve. This is probably due to my limited knowledge of shell scripts.   Patrick -Original Message-From: Cristina Cioroboiu [mailto:[EMAIL PROTECTED]Sent: Monday, July 12, 2004 3:31 AMTo: [EMAIL PROTECTED]Subject: need help on xerces for AS400 Hello, I need to install

need help on xerces for AS400

2004-07-12 Thread Cristina Cioroboiu
Hello, I need to install xerces on AS400 v5r2. I see the requierements and that i need PRPQ 5799XEH and 5799PTL. When i try to look for 5799XEH I found this on IBM sites: "The Qshell Utilities PRPQ (5799XEH) can be separately ordered and charged. There is only one version that can be installed on

Need help with Exception Handling.

2003-12-04 Thread Chad Williamson
I want to display the Element or Attribute name when I hit an Error while parsing with my schema. (I've looked through the archives and can't find anything to assist me.) I don't see anything in the XMLCh or SAXParseException that will give that to me. Do I have to modify every single ThrowXML

Need help with entity resolver

2003-07-08 Thread Lora Murphy
Hello all, I am using Xerces 2.1.0.  I am trying to write an entity resolver to force validation of a file with a particular DTD during parsing.  I am getting an access validation when I call the parse.  Does anyone know what I'm doing wrong or have an example of working code?  All my XML an

Re: need help for parsing DOM tree to get element values

2003-03-19 Thread Gareth Reakes
Hi, name would be the normal way of doing it. Gareth On Wed, 19 Mar 2003, Andreas B. Thun wrote: > Another (newbie) question: > > How can I destinguish between > and ? They are both childs of . > only by name? > > My XML file: > > > > > Desig

Re: need help for parsing DOM tree to get element values

2003-03-19 Thread Gareth Reakes
Hi, > > Hmm, > if (AccessControlGroup->getNodeType() == DOMNode::ELEMENT_NODE) > { >... > } > yep Gareth -- Gareth Reakes, Head of Product Development +44-1865-203192 DecisionSoft Limitedhttp://www.decisionsoft.com XML Development and Services -

Re: need help for parsing DOM tree to get element values

2003-03-19 Thread Andreas B. Thun
Another (newbie) question: How can I destinguish between and ? They are both childs of . only by name? My XML file: Designer Admin SYM Axis sym --

Re: need help for parsing DOM tree to get element values

2003-03-19 Thread Andreas B. Thun
Hi, I dont have your XML any more but I would suspect that you are trying to getFirstChild on a node that does not have a first child (ie a text node). Hi, Hmm, if (AccessControlGroup->getNodeType() == DOMNode::ELEMENT_NODE) { ... } should help?! ---

Re: need help for parsing DOM tree to get element values

2003-03-19 Thread Gareth Reakes
Hi, I dont have your XML any more but I would suspect that you are trying to getFirstChild on a node that does not have a first child (ie a text node). Gareth On Wed, 19 Mar 2003, Andreas B. Thun wrote: > Thx Gareth, > > tried, but it still does not work for me: > > > // (0

Re: need help for parsing DOM tree to get element values

2003-03-19 Thread Andreas B. Thun
Thx Gareth, tried, but it still does not work for me: // (0..*) for (AccessControlGroup = AccessControlGroups->getFirstChild(); AccessControlGroup != 0; AccessControlGroup = AccessControlGroup->getNextSibling()) { nodeName = AccessControlGroup->getNodeName();

Re: need help for parsing DOM tree to get element values

2003-03-19 Thread Gareth Reakes
Hi, getTextContent is not yet implemented. Try something like getFirstChild() on node. Gareth On Wed, 19 Mar 2003, Andreas B. Thun wrote: > Hi, > > After evaluation I parse the XML file to get the values > of all elements. > Unfortunately after AccessControlGroup->getTextContent()

need help for parsing DOM tree to get element values

2003-03-19 Thread Andreas B. Thun
Hi, After evaluation I parse the XML file to get the values of all elements. Unfortunately after AccessControlGroup->getTextContent() the program stops (does not crash). The node AccessControlGroup is ok I think but I just cannot get the values... What's is my problem? part of my code: --

need help with schema

2002-09-24 Thread xin wang
I need a schema for the following XML: (In "Test", all of the elements (name, description, case) are not in any particular order. "name" and "description" appear 0 or 1 time. "case" appears 0 to unbounded times.) my test need help Is this

Need help with external schema processing

2002-05-10 Thread Chatterjee, Urmi
Hi, I am using a MemBufInputSource instance as my input to the xerces parser. I use the following code to set the validation on, and specify the external schema location: SAXParser parser; parser.setValidationScheme(SAXParser::Val_Always); parser.setExternalNoNamespaceSc

Re: xerces-p install test falls (need help)

2002-03-15 Thread John Utz
Hello, dobroye utrom, etc On Fri, 15 Mar 2002, mail wrote: > Hello xerces-c-dev, > i've try install XML-Xerces1_6_0 on FreeBSD platform. > libraries libxerces-c1_6_0.so & Xerces.so comiled successfuly, but > the tests from XML-Xerces is 100% fall :( before you try to use xerces-p, i suggest tha

xerces-p install test falls (need help)

2002-03-15 Thread mail
Hello xerces-c-dev, i've try install XML-Xerces1_6_0 on FreeBSD platform. libraries libxerces-c1_6_0.so & Xerces.so comiled successfuly, but the tests from XML-Xerces is 100% fall :( all of them display error: "Can't load 'blib/arch/auto/XML/Xerces/Xerces.so' for module XML::Xerces: blib/ar ch/au

Need help on Base64

2002-03-12 Thread paladin
Hi, can anybody please give me an example how to use the Base64 Classes? Am i right, that these classes are for encoding and decoding MIME Files? Can you please help me of how to decode a file and how to encode it? Thanks a lot...

RE: Need Help getting started

2002-01-15 Thread Evert Haasdijk
ugh. Ta, Evert > -Original Message- > From: Don Mastrovito [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 14, 2002 18:42 PM > To: [EMAIL PROTECTED] > Subject: RE: Need Help getting started > > > Evert, > > I just tested it and yes, you still do get an empty messa

RE: Need Help getting started

2002-01-14 Thread Don Mastrovito
4 PM > > To: [EMAIL PROTECTED] > > Subject: RE: Need Help getting started > > > > > > Ranjana, > > > > The BCB5 dll can be placed somewhere in your application's path. You can > > use the .h files out of the xerces-c1_6_0-win32.zip download.

RE: Need Help getting started

2002-01-14 Thread Evert Haasdijk
TECTED]] > Sent: Monday, January 14, 2002 17:14 PM > To: [EMAIL PROTECTED] > Subject: RE: Need Help getting started > > > Ranjana, > > The BCB5 dll can be placed somewhere in your application's path. You can > use the .h files out of the xerces-c1_6_0-win32.zip dow

RE: Need Help getting started

2002-01-14 Thread Don Mastrovito
> } >3)Do I in anyways need any of the files from the >xerces-c1_6_0-win32.zip file >Thanks in advance > >-Original Message- >From: Don Mastrovito [mailto:[EMAIL PROTECTED]] >Sent: Monday, January 14, 2002 10:20 AM >To: [EMAIL PROTECTED] >Subj

RE: Need Help getting started

2002-01-14 Thread Ranjana Srivastava
_6_0-win32.zip file Thanks in advance -Original Message- From: Don Mastrovito [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 10:20 AM To: [EMAIL PROTECTED] Subject: Re: Need Help getting started Ranjana, The xerces-c1_6_0-win32.zipzip file you downloaded contained only the

Re: Need Help getting started

2002-01-14 Thread Don Mastrovito
Ranjana, The xerces-c1_6_0-win32.zipzip file you downloaded contained only the MSVC binaries. These are the onles that are built by the Xerces team. I supply them with the Borland stuff. You can find those files in http://xml.apache.org/dist/xerces-c/experimental/bcb5/xerces-c1_6_0-BCB5.zip

Need Help getting started

2002-01-14 Thread Ranjana Srivastava
Hi all I am very new to C++ and XML , however I need to do a project using Xerces in Borland C++. Can somebody please help me get started. I have downloaded the "xerces-c1_6_0-win32.zip" file and set my 'path' to point to the bin directory . But i cant get the samples to work. I have also seen so

RE: Need Help!!

2001-11-10 Thread Amy Gordon
be, I would love to hear them. This is really causing problems for me! Thanks! Amy -Original Message- Subject: RE: Need Help!! From: "Abhay Chaudhary" <[EMAIL PROTECTED]> Date: 2001-11-07 5:30:14 [Download message RAW] Hello, I had this problem earlier and as I r

RE: Need Help!!

2001-10-31 Thread Michael McIntosh
Are you sure you called XMLPlatformUtils::Initialize first? -Original Message- From: Francis Béliveau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 11:13 AM To: '[EMAIL PROTECTED]' Subject: Need Help!! Hi! I have a problem when I try to use DOMParser class.

Need Help!!

2001-10-31 Thread Francis Béliveau
Hi! I have a problem when I try to use DOMParser class. I have a acces violation ("First-chance exception in dllhost.exe (XERCES-C_1_4D.DLL): 0xC005: Access Violation" ). This error occurs just after the declaration of the object of type DOMParser: DOMParser parser; or DOMParser *parser

Need help with Makefile I think.

2001-09-04 Thread DeWitt,Shaun
I need to know how to compile a project with Xerces.  I tried substituting my work with one of the sample directories, but this did not work.  Is there a standard Makefile that I can use, which is independent of where the build takes place.   My program resides in ~/program   Xerces ~/xerces

URGENT: Need help to build Xerces-C 1.5.0 with gcc 2.95.3 on HP-UX 11.00

2001-07-29 Thread mufrid . krilic
Greetings, I downloaded the source of XML4C, version 3.5.0, that uses Xerces-C parser v.1.5.0 and I'm trying to build it with gcc 2.95.3 on HP-UX 11.00 platform. I browsed through the archives of this mailing list, but even though I noticed that several people have had a similar problem before st