Title: Parse DTD
Hi,all.
How to parse a standalone DTD? I had written a DTD document using notepad.
I want to use xerces in the program to juddge if there is any syntax error
in the DTD.How should I do? Which API should I use? I am a beginner of
xerces.I have been browsing the helping doc al
hello,
the NodeList is very small class yet powerful, u can get the no of Elements
Present by calling
unsigned int nElementCount = NodeList.getLength ();
// now we can access evry Node by this for loop
for ( unsigned int i = 0; i < nElementCount; i++)
{
DOM_Node temp = NodeList.item (i);/
You must include xerces-c's
library.
[root@NetteamUSA
include]# c++ -o first first.cpp -I/big/XERCES/xerces-c-src1_4_0/include
-L/big/XERCES/xerces-c-src1_4_0/lib -lxerces-c1_4
[ENTER]
hmb
- Original Message -
From:
prasanna
To: [EMAIL PROTECTED]
Sent: Monday, Jun
When testing 1.5 on a 4.5 mb file I found 1.5 to be up to 1000ms slower than
1.4. I'm running saxcount for the tests. Anyone else notice this? Is it
possible that I'm missing something?
Dan Clark
> Register today for NetPro's FREE Active Directory
> Troubleshooting eBook! www.netpro.com/e
Hi,
Im trying to run a sample program (the source code
is included), the program is compiling with no errors, but unable to
link.
can u kindly suggest some solution.
first.cpp=#include
#include #include
#include
#include
int main (int argc, char*
args[]){ try
{
More details on second question...
I will be provided with an XML file from another party. We will agree on
the DTD beforehand, of course. But they could send me a file which a
modified DTD and the XML data in the rest of the file could match that
modified DTD. So Xerces would parse and valid
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.
---
Which version of Xerces-C are you using? And what compiler option did you use?
Tinny
Christoffer Dam Bruun wrote:
> Hi,
>
> We're in the process of getting xerces to compile on OS/390 Classic and have
> run into the following
> errors when trying compilation Iconv390TransService.cpp:
>
> 'SCSS
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2311
*** shadow/2311 Mon Jun 25 10:33:22 2001
--- shadow/2311.tmp.27675 Mon Jun 25 10:33:22 2001
***
*** 0
--- 1,30
+ ++
+ | parseReset throws
Hi,
I am trying to geenrate an XMLfile or an XML string from DOM_Node using
exmaple given in
DOMPrint.cpp.I get XMLs but i also get junk at the end of xml. what may be
the resaon.
pls enlighten me.
i am using following statements for xml generation:
1. for file :
xmlfile << domnode << en
Hi,
We're in the process of getting xerces to compile on OS/390 Classic and have
run into the following
errors when trying compilation Iconv390TransService.cpp:
'SCSSE.XML.CPP(ICONV300)'", line 313.12: CBC1174(S) An object of abstract
class "Iconv390Transcoder" cannot be created.
"SCSSE.XML.HP
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2258
*** shadow/2258 Thu Jun 21 00:37:10 2001
--- shadow/2258.tmp.25221 Mon Jun 25 07:21:32 2001
***
*** 7,13
| Severity: Critical OS/Version: Solaris |
| Priority: Other
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=965
*** shadow/965 Sun May 20 17:23:11 2001
--- shadow/965.tmp.25199Mon Jun 25 07:19:41 2001
***
*** 1,19
! Bug#: 965
! Product: Xerces-C
! Version: 1.4
! Platform: All
! OS/Version: All
! Status: NEW
! Resolution:
!
You will have to create your own InputSource unless the source matches one of the provided sources. Subclass the InputSource (sax/InputSource.hpp).
Regards,
Thom Bentley
Iris Associates, 5 Technology Park Drive, Westford, MA 01886
Using your lights makes you bright. It's smart to use your head
Hello,
up to now we used the version 1.3.0 under windows without having any
problems. Now we want to support our project with linux, but we have some
problems with the parser so far. The linux binaries can be linked and
everything is compiled successfully. Then, when we try to run our
application
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2306
*** shadow/2306 Mon Jun 25 04:39:07 2001
--- shadow/2306.tmp.23918 Mon Jun 25 04:39:07 2001
***
*** 0
--- 1,40
+ ++
+ | Add some XMLUni co
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2305
*** shadow/2305 Mon Jun 25 04:09:29 2001
--- shadow/2305.tmp.23150 Mon Jun 25 04:09:29 2001
***
*** 0
--- 1,27
+ ++
+ | Include to BinHTT
17 matches
Mail list logo