SAX Error

2002-04-29 Thread Ravi_Jain
Hi All In PParse sample I am getting following message when abc.xml does not exist.(Sun Sparc 5.7) /export/home/pin03/6.1/ravi/xcc/xerces-c-src1_5_2/bin>./PParse -v=auto abc.xml Bus Error(coredump) Please Let me know what is the problem. Thanks in advance. With Warm Regards Ravi Jain **

Unable to Catch SAX Exception.

2002-04-11 Thread Ravi_Jain
Hi All I am parsing a file using . parser->parseFirst(filename,toFill); I am able to parse and retrive data when the file exist. In case of nonexistence of the file, no error is reported and whole code is ignored. Please let me know so as to how can I catch this problem. Thanks in Adva

Is it Possible to convert XML file to text

2002-03-17 Thread Ravi_Jain
Hi All Please let me know so as to is it possible to preform XSLTransformation(XSLT) using Xerces parsers? Thanks in advance Regards Ravi Jain ** This email (including any attachments) is intended for the sole use of the i

RE: DOM to String Conversion

2002-02-28 Thread Ravi_Jain
use DOMSerializer Ravi Jain > -- > From: Arun Ramdas[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Wednesday, February 27, 2002 5:10 > To: [EMAIL PROTECTED] > Subject: DOM to String Conversion > > Is there any API provided by Xerces-c, to conve

RE: DOM_Document problem...HELP REQUIRED URGENTLY

2002-02-23 Thread Ravi_Jain
(docSrc.getDocumentElement(), true); //cout< -- > From: Erik Rydgren[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Friday, February 22, 2002 18:48 > To: 'Ravi_Jain' > Subject: RE: DOM_Document problem...HELP REQUIRED URGENTLY

RE: DOM_Document problem...HELP REQUIRED URGENTLY

2002-02-21 Thread Ravi_Jain
> Hi All > I am passing reference of DOM_Document to a function where I am modifying > the DOM_Document and hence the DOM_Document change is reflected in my main > program I have tried same by first copying original DOM_document instance to another variable and passed this variable to my

DOM_Node problem...HELP REQUIRED URGENTLY

2002-02-18 Thread Ravi_Jain
Hi All I am creating/updating a DOM_Document wherein I want to copy a DOM_Node from one DOM_Document to another. I am able to do same within the same DOM_Document .using (appendChild()) Can anyone help so as to how to do same accross two DOM_Document(s). ? Thanks in Advance With Warm Regards Ra

X-Path

2002-02-13 Thread Ravi_Jain
Hi All I have downloaded and started working with Xpath(PATHAN). ,I need help on how to use this in conjuction with DOM parser. I have already gone through the examples/sample code etc I have created a small functionality which fetches "value" from a source xpath and put that value to a specified

RE: A problem with C Xerces/Xalan on Linux

2002-01-30 Thread Ravi_Jain
Hi All I have been xerces-c parser ,I want to use Xpath support ...can anyone tell me what all is required to be installed/include for enabling XPATH support? Thanks in Advance Regards Ravi Jain > -- > From: Himanshu > Verma[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECT

RE: Defining/Assigning meaning to tags !

2002-01-03 Thread Ravi_Jain
-- > Dean Roddey > The Charmed Quark Controller > Charmed Quark Software > [EMAIL PROTECTED] > http://www.charmedquark.com > > "If it don't have a control port, don't buy it!" > > > - Original Message - > From: "Ravi_J

RE: Defining/Assigning meaning to tags !

2002-01-03 Thread Ravi_Jain
charmedquark.com > > "If it don't have a control port, don't buy it!" > > > - Original Message - > From: "Ravi_Jain" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 03, 2002 9:10 PM > Subject: Defining/As

Defining/Assigning meaning to tags !

2002-01-03 Thread Ravi_Jain
Hi All I want to define(design) some tags for standardisation. for example as in case of HTML tags .."" is understood as break point etc.. can anyone let me know if similar functionality is possible with XML ...so that I can define my tags to understand what to do with its argument. Thanks in Adva

RE: check sum error

2001-12-14 Thread Ravi_Jain
Hi Raj I also faced the same problem.. I untared using "tar -xvfi" options I hope that will solve ur problem !!! Do let me know once solved Ravi Jain > -- > From: Avula, Raj[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Friday, December 14, 2001 3:41

RE: XMLPlatformUtils::Initialize();

2001-12-12 Thread Ravi_Jain
I think its sufficient enough to initialise only once ! Regards Ravi Jain > -- > From: Shirish M. Kulkarni[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Thursday, December 13, 2001 11:23 > To: xerces_c > Subject: XMLPlatformUtils::Initialize();

RE: Hi ...Help required for DOM Parser

2001-12-03 Thread Ravi_Jain
/xerces-c/apiDocs/index.html > > Note that this code is written on top of my head and I might even got the > class names and methods wrong but it should give you an idea where to > begin, > also note that the code lacks everything that resembles fault managment. > > / Eri

RE: Hi ...Help required for DOM Parser

2001-12-03 Thread Ravi_Jain
1 15:05 > To: [EMAIL PROTECTED] > Subject: RE: Hi ...Help required for DOM Parser > Sensitivity: Confidential > > I think you want to use DOM_Document::getElementsByTagName. See the manual > entry for that. > > > -Original Message- > > From: Ravi_Jai

RE: Hi ...Help required for DOM Parser

2001-12-03 Thread Ravi_Jain
dc.iup.edu/outreach/fall2000/xml2/domvssax.html > > Regards > > Erik Rydgren > Mandarinen systems AB > Sweden > > -Original Message- > From: Ravi_Jain [mailto:[EMAIL PROTECTED]] > Sent: den 3 december 2001 07:24 > To: [EMAIL PROTECTED] > Subject: Hi ...Help

Hi ...Help required for DOM Parser

2001-12-02 Thread Ravi_Jain
Hi All I am a new user of XML(DOM). I have a specific requirement where in I want to have a functionality: for example: datax datay I have am xml file where in I will have a number of tags I want to read each node1 along with node2 and node3 corresponding to each node1 . Plz

RE: DOMSerializer

2001-11-25 Thread Ravi_Jain
plz update me know for the same.. me too a newbie... Ravi Jain > -- > From: Jan Hummel[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Monday, November 26, 2001 4:35 > To: [EMAIL PROTECTED] > Subject: DOMSerializer > > I look for a short example

RE: Xerces-C++

2001-11-15 Thread Ravi_Jain
Hi Stanley Ya ,You can print SOME element of an xml file after parsing it ! I have been using that successfully using DOM parser . Create a DOM Nodelist using and use DOM_NodeList DOM_Document::getElementsByTagName () specifying in bracket the field you are looking for . Print the result set(as mo