I didn't answer because the DOM stuff ain't my bag, baby. I haven't kept up
with all of the DOM changes. I'm sure that the underlying scanner makes the
information available, but what happens after that is a mystery to me.
--
Dean Roddey
The CIDLib C++ Frameworks
Charmed Q
Hi Jason
You are just fishing for some attention !! I can give you some moral
support but other than
that Sorry cant help you with your problems ;-)Never worked with
entities :-(
Still good luck and I hope someone out thare can give you the LOVE you need
!!
TW
> I can think of a couple
Hey Dean,
I've made a couple of posts over the last week about my troubles with
the DOM_DocumentType class in xerces-c, and I haven't heard a peep
from anyone.
I can think of a couple of reasons:
* no one wants to deal with the DocumentType interface
* no one got my email
* I'm a pariah and have
I needed to use Xerces with a g++ 2.95.2 19991024 (release)
project on SunOS 5.7.
Since there is no binary distribution, I downloaded and
built from source. I would like to report my success and
the changes I needed to make.
Basically I followed the "build" instructions off
the web page.
If you are getting that, you've probably got something fundamentally wrong.
Give some more info on what platform, os, compiler, source code base, etc...
you are working with.
--
Dean Roddey
Software Geek Extraordinaire
Portal, Inc
[EMAIL PROTECTED]
-Original Message-
From:
Darrel,
you need to specify what platform you are on, which version of the
compiler you are using and what library you are using (e.g. pre-built
binary download or own build).
A pretty safe bet is that you are using a pre-built library built with
another C++ compiler and try to link that whic
Hi!
I try to use your library XML4C. And I noticed one strange thing. If I have
a lot of XML messages, which should be parsed, occasionally the error
message appears:
(line 1, char 49): An exception occured! Type:RuntimeException, Message:The
buffer manager cannot provide any more buffers
I don
I tried building Xercesc 1.2 in solaris 2.6. it has been compiled and .so
file has created successfully. But when I tried to use library in my
project it is giving the following error while linking
/usr/syamala/Xerces/xerces-c-src_1_2_0/lib/libxerces-c1_2.so: undefined
reference to `[EMAIL PR
>Yes, thanks. Now for the tricky part -- convincing a customer that our
>software isn't stupid, they are. :-)
Never attribute to malice that which is adequately explained by stupidity,
and never attribute to stupidity that which is adequately explained by
ignorance. There is a lot of detail to
Hi,
I encountered linking problems (quite a few undefined symbols) when I try to
link Xerces's shared library with gcc. I'll appreciate If anyone has a
solution to that and e-mail me back.
Thanks,
Darrel
-
To unsubscribe, e-mai
"Perry A. Caro" wrote:
>
> Dean Roddey wrote:
>
> > Wouldn't that cover it?
Damn right!
> Yes, thanks. Now for the tricky part -- convincing a customer that our
> software isn't stupid, they are. :-)
I suggest you start by pointing them to the apropriate section of the
spec:
http://www.w3.o
In these situations, I tend to look to the teachings of Capt. Kirk, and I
trick them into calculating the value of pi, then run away.
--
Dean Roddey
Software Geek Extraordinaire
Portal, Inc
[EMAIL PROTECTED]
-Original Message-
From: Perry A. Caro [mailto:[EMAIL PROTECTED]]
Dean Roddey wrote:
> Wouldn't that cover it?
Yes, thanks. Now for the tricky part -- convincing a customer that our
software isn't stupid, they are. :-)
Perry
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
Namespaces section 6, Conformance Of Documents: "No entity names, PI
targets, or notation names contain any colons. "
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
My take on this is that it's simply a bug in our parser. My guess is
that, because PI target names are defined to be XML Names, we use the
same piece of code to check on it as we use everywhere else. When
namespace support was added this special case was overlooked.
I don't see on what ground the
>From the namespaces spec:
--
6. Conformance of Documents
In XML documents which conform to this specification, element types and
attribute names must match the production for QName and must satisfy the
"Namespace Constraints".
An XML document conforms to this specifi
Consider the following simplified XML example:
When I run this through Xerces-C 1.4 stable SAX2XMLReader, with namespace
handling enabled, I get the following error:
Colons are not allowed in this name when namespaces are enabled#126
It's complaining abo
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1664
*** shadow/1664 Tue May 8 13:48:07 2001
--- shadow/1664.tmp.6690Tue May 8 13:48:07 2001
***
*** 0
--- 1,30
+ ++
+ | Unable to untar th
I've updated the link from http://xml.apache.org/xerces-c/index.html
Tinny
Jesse Pelton wrote:
> See http://marc.theaimsgroup.com/?l=xerces-c-dev.
>
> Apache Web page maintainers: could we make the archives links (on
> http://xml.apache.org/mail.html as well as
> http://xml.apache.org/xerces-c/
Added.
Tinny
Joanne Bogart wrote:
> Tinny Ng wrote:
> >
> > Or see http://xml.apache.org/xerces-c/schema.html
> >
> > Tinny
> >
>
> How about putting an appropriate question and link to this in the FAQ?
> Thanks (and thanks to you and everyone else who has worked on xerces-c
> for a fine produc
Use the code in DOMPrint, which uses the XMLFormatter helper class. It has
the smarts to do what you need to do.
--
Dean Roddey
Software Geek Extraordinaire
Portal, Inc
[EMAIL PROTECTED]
-Original Message-
From: Wuebben, Anthony E. (LNG) [mailto:[EMAIL PROTECTED]]
Sent: Tue
Though, you should be careful about this as well. At some point in the
future, Xerces might dynamically load another library, which is verboten
within DllMain processing, right? An obvious example might be a transcoding
library or socket library or some such thing. I don't think it does now on
the
Thanks.
-Original Message-
From: Maxim Volkonovsky [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 08, 2001 1:22 AM
To: Mitchell, Raymond
Cc: '[EMAIL PROTECTED]'
Subject: Re[2]: Problem initializing and terminating XMLPlatformUtils
more th an o nce in a program
Hello Raymond,
Tuesday, Ma
When running on a Solaris box my application reads in a 'utf-8' or
'ebcdic-cp-us' xml file and outputs a utf-8 xml file. I now have a
requirement to output the document in 'ebcdic-cp-us'. Can this be done or
must I always use the encoding scheme for the system that I am running on?
Thanks
I solved this problem using
FreeLibrary(hModule);
LoadLibrary(hModule);
every time I need reinitialize parser.
Boris
- Original Message -
From: "Mitchell, Raymond" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 07, 2001 6:00 PM
Subject: Problem initializing and te
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1650
*** shadow/1650 Tue May 8 04:03:39 2001
--- shadow/1650.tmp.29533 Tue May 8 04:03:39 2001
***
*** 0
--- 1,22
+ ++
+ | DOMString error on
Harald Barrera Dubois wrote:
> Hi all.
>
> My version of the std c++ library is "libstdc++-2.96-69" (in Redhat linux: rpm
> -qa | grep std). The examples distributed with the xerces library runs without
> problems, but when I compile the source code of any example (for example
> DOMCount), I rece
hi all,
I am using the apache's mod_xslt.
The problem is that after few successful processed requests
transformer UNPREDICTABLY hangs in some sort of
infinite loop (that's at least what I see in the log file)
--->8-
[GOT XML] at /usr/local/
Hello Raymond,
Tuesday, May 08, 2001, you wrote:
MR> Thanks. I realize now that this is covered in the FAQ. I actually do have
MR> a need to initialize and terminate the utilities multiple times in a single
MR> process. I have several different libraries that use Xerces-C, each needing
[...]
29 matches
Mail list logo