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
Hi,
I am trying to use Xerces/Xalan to parse a XML document and then
using XPath support to extract some values out of that. Everything
works fine for correct XML documents. But if the XML document is
incorrect (not a well-formed XML), the program gives segmentation
fault and crashes! What I exp
Xerces has one, but it's internal. There's one in Xalan-C++, and it's
public, but I'm not sure how well documented it is.
Dave
moladel
Has anyone compiled and run the xerces tests lately on HP-UX 11?
Anyone know where there are instructions for doing this?
I can't get them to work yet, but I'm willing to accept pilot error as the
verdict if I can find some instructions.
Thanks!
Cheers,
Kevin Johnsrude
Rogue Wave Software, www
I'm trying to use the ContentHandler interface in an application to
generate SAX2 events instead of handling them. I.e., within my code, I
have function that takes a pointer to a ContentHandler interface and then
calls methods on the interface as necessary to generate SAX2 like events
based based
Hello,
I am trying to use XMLString::transcode(XMLCh * in, char * out, int len)
to convert my DOMString to C string. When I try to link to xerces-
c_1D.lib on win32 I get a message that the above named function is an
undefined symbol. I downloaded the Xerces source and rebuilt it in
VS6 -- w
According to the DOM spec, the node name is the qualified name of the node.
Thus I believe, correct me if I am wrong, it should be "foo:blah", .
Tinny
Duncan Foo wrote:
> Hi,
>
> Sure thing. What should the correct value of the node name be? I would
> think that it should be "blah" in each ca
Hi,
Sure thing. What should the correct value of the node name be? I would
think that it should be "blah" in each case, correct?
Matthew
-Original Message-
From: Tinny Ng [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 30, 2002 12:06 PM
To: [EMAIL PROTECTED]
Subject: Re: setDoSch
I think there is a bug in the startElement callback Anyway, please open
a bugzilla bug to keep track of it. Thanks!
Tinny
Duncan Foo wrote:
> Hi,
>
> I'm using xerces 1.5.2 under Linux. I've noticed something strange
> when toggling
> schemas on a DOM parser.
>
> Take this sample docume