I have been working on the existing code (examples) like DOMPrint and
DOMCount and now I want to write an example on my own. I wanted to know how
shoud I start doing that? Should I create a folder in the samples directory
and then go on from there and follow the guidelines for the make files that
Hi ,
I am trying to work with the example DOMPrint given in the samples
directory. The problem that I am haiving is that ... I am trying to print
out the output in a FILE insted of printing it out on the CONSOLE. I am
opening and closing the file properly but the output prints out on the
CONSOLE a
Is there any way that I can pick up the ending tags of an XML file (
) using some function in DOM. I am trying to reproduce an XML file
using DOM.
Please give some suggestions.
Thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Hi ,
I am trying to write the following code but i am getting errors.the
error is pasted below
for (int i=0 ; i < var.getLength () ; i++)
{ DOM_Node temp = var.item(i);
DOM_CharacterData text = (DOM_CharacterData)temp.getFirstChild();
}
tilde/lpcoop/xmlparse
I am getting the element tags by the function getElementsByTagName ( using
C++ ) and the return value is a NodeList. Can anyone tell me how can I print
out the element (that I have obtained by using getElementsByTagName) in C++
since it is of the type NodeList.?
Thanks.
---
I have installed XERCES-C successfully and the examples are running fine.
I want to write my own examples.How should I begin?
I am reading the programming guide and it says that we have to create
instances of XMLParsers and XMLReaders.
Where should I create those instances.
Where do we have to st
PROTECTED]]
Sent: Friday, June 15, 2001 4:49 PM
To: [EMAIL PROTECTED]
Subject: Re: doubt!!!
But did the libxerces-c1_3 got build successfully? Any link error or
compilation error while you built the Xerces library libxerces-c1_3?
Tinny
Co-op DI wrote:
> Thanks a lot for the quick respo
l.apache.org/xerces-c/samples.html for further build instruction
details.
Tinny
Co-op DI wrote:
> I have just installed XERCES-C C++ XML Parser.
> I was trying to build the first example SAXCount but when I did a "gmake"
> it gave me an error. The last 2 lines of the gma
I have just installed XERCES-C C++ XML Parser.
I was trying to build the first example SAXCount but when I did a "gmake"
it gave me an error. The last 2 lines of the gmake are:-
ld: fatal: Symbol referencing errors. No output written to
/tilde/lpcoop/xmlparser/xml4csrc3_3_1/bin/SAXCount
gma