Re: using xerces c++ header files

2005-01-18 Thread Crystal Martel
Hello, Using: g++ -I $XERCESROOT/include -L $XERCESROOT/lib -l xerces-c test.c I am now able to compile test.c Thanks for you help. Sorry for wasting your time. Crystal On Tue, 2005-01-18 at 14:24 -0800, [EMAIL PROTECTED] wrote: > > Hi Joanne, > > > > As per your suggestion, I've used the co

Re: using xerces c++ header files

2005-01-18 Thread david_n_bertoni
> Hi Joanne, > > As per your suggestion, I've used the compiling command, along with > changing test.c (to remove include). I'm getting the compiler errors > below. It looks like maybe a library issue... > > /tmp/ccSN4FhO.o(.text+0x17): In function `main': > : undefined reference to `xercesc_2_

Re: using xerces c++ header files

2005-01-18 Thread Crystal Martel
> I think you might need > > g++ -I $XERCESCROOT/include test.c > > ..and you'll probably have to modify the #include statments in test.c > accordingly. > > Joanne > Hi Joanne, As per your suggestion, I've used the compiling command, along with changing test.c (to remove include). I'm ge

Re: using xerces c++ header files

2005-01-18 Thread Joanne Bogart
Crystal Martel wrote: On Tue, 2005-01-18 at 21:25 +0100, Axel Weià wrote: Am Montag, 17. Januar 2005 23:19 schrieb Crystal Martel: Hello, I've looked throughout your site, and searched through the email messages archive for an answer to the following question... The sys admin has installed

Re: using xerces c++ header files

2005-01-18 Thread Crystal Martel
On Tue, 2005-01-18 at 21:25 +0100, Axel Weià wrote: > Am Montag, 17. Januar 2005 23:19 schrieb Crystal Martel: > > Hello, > > > > I've looked throughout your site, and searched through the email > > messages archive for an answer to the following question... > > > > The sys admin has installed xerc

Re: using xerces c++ header files

2005-01-18 Thread Axel WeiÃ
Am Montag, 17. Januar 2005 23:19 schrieb Crystal Martel: > Hello, > > I've looked throughout your site, and searched through the email > messages archive for an answer to the following question... > > The sys admin has installed xerces c++ parser on a linux (red hat) > platform. I am trying to lin

[jira] Created: (XERCESC-1326) Documentation for DOMNode::getTextContent() is garbled

2005-01-18 Thread Roy Smith (JIRA)
Documentation for DOMNode::getTextContent() is garbled --- Key: XERCESC-1326 URL: http://issues.apache.org/jira/browse/XERCESC-1326 Project: Xerces-C++ Type: Bug Components: Documentation Environment: Viewing

using xerces c++ header files

2005-01-18 Thread Crystal Martel
Hello, I've looked throughout your site, and searched through the email messages archive for an answer to the following question... The sys admin has installed xerces c++ parser on a linux (red hat) platform. I am trying to link to the libraries installed, but I'm having problems. I've tried to

DTD validation

2005-01-18 Thread allannoliveira
Hi, how can I validate a DTD? Wich function can I use for this? I didn't found the function for do this. Thank you. ___ Allann J. O. Silva Genius Instituto de Tecnologia ajoliveira[at]genius.org.br Tel.:+55 (92) 614-6586 www.genius.org.br

[jira] Commented: (XERCESC-1312) Node names for special nodes contain undocumented "#"

2005-01-18 Thread cargilld (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1312?page=comments#action_57716 ] cargilld commented on XERCESC-1312: --- I have updated the version of doxygen we use to do our build and the # is now appearing. For the next release of xercesc the proble