http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2258
*** shadow/2258 Thu Jun 21 00:13:15 2001
--- shadow/2258.tmp.8629Thu Jun 21 00:13:15 2001
***
*** 0
--- 1,60
+ ++
+ | Bug in Iconv and I
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2257
*** shadow/2257 Wed Jun 20 23:43:03 2001
--- shadow/2257.tmp.8593Wed Jun 20 23:44:43 2001
***
*** 5,11
| Status: NEW Version: 1.5 |
| Resolution:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2257
*** shadow/2257 Wed Jun 20 23:43:03 2001
--- shadow/2257.tmp.8583Wed Jun 20 23:43:03 2001
***
*** 0
--- 1,41
+ ++
+ | 1.5 thinks a tag
- Original Message -
From: "Nigel S.Ball" <[EMAIL PROTECTED]>
Sent: Thursday, June 21, 2001 3:07 PM
Subject: Re: Build on unixware
> Whilst I'm on "SCO" OpenServer I am using the UDK not the SDK or
gcc. The
> reason for this is that my end objective is to use XML::Xerces with
a "SCO"
> u
Thanks Martin,
Whilst I'm on "SCO" OpenServer I am using the UDK not the SDK or gcc. The
reason for this is that my end objective is to use XML::Xerces with a "SCO"
unixware build of perl. Thus I have to have xerces libraries which are
unixware compatible rather than OpenServer binaries. I am
- Original Message -
From: "Nigel Ball" <[EMAIL PROTECTED]>
Sent: Thursday, June 21, 2001 2:38 PM
Subject: Build on unixware
> I'm trying to build xerces 1.4.1 on SCO OpenServer (for unixware)
without
> success even tho runConfigure says that it is a supported platform.
Nigel,
please
I'm trying to build xerces 1.4.1 on SCO OpenServer (for unixware) without
success even tho runConfigure says that it is a supported platform.
When I run runConfigure the result is as follows:
[root@snell src]$ runConfigure -punixware -ccc -xCC -minmem -nfileonly
-tnative Generating makefiles w
-Original Message-
From: Dean Roddey [mailto:[EMAIL PROTECTED]]
> I have a big personal project coming up soon that will be
> taking up all my time and then some, and with the rate of
> traffic here growing quickly already, its clear to me that
> I won't have the time to keep up. So, I t
i have the same problem.
i try to compile it on HP 10
butwill have error
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 5:33 AM
To: [EMAIL PROTECTED]
Subject: RE: Support For Hp-Ux 10.2 and solaris 2.8
sourc
source code compiles on Solaris 2.8 and works ... don't know about hp-ux
10.2
> -Original Message-
> From: Aniruddha Shevade [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 20, 2001 2:14 PM
> To: [EMAIL PROTECTED]
> Subject: Support For Hp-Ux 10.2 and solaris 2.8
>
>
> Hello
> We ar
Hello
We are using the xerces-c parser in our application which is supposed to be
running on several platforms. The documentation describes the various
platoforms the parser can be used on. However the following two platforms
are not mentioned in the documentation
Hp-Ux 10.2
solaris 2.8
Is th
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2253
*** shadow/2253 Wed Jun 20 13:00:10 2001
--- shadow/2253.tmp.6379Wed Jun 20 13:04:36 2001
***
*** 2,13
| ArrayIndexOutOfBoundsException.hpp too long|
+--
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2253
*** shadow/2253 Wed Jun 20 12:37:17 2001
--- shadow/2253.tmp.6364Wed Jun 20 13:00:10 2001
***
*** 2,8
| ArrayIndexOutOfBoundsException.hpp too long|
+---
Hey Erik,
Geez, I'm confused. It works fine for me. In fact I just tried it again.
Can you give me any more information about what you're doing and how it
fails? Which environment you're running the perl script from?
The script correctly shortens the file
ArrayIndexOutOfBoundsException.hpp
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2253
*** shadow/2253 Wed Jun 20 12:37:17 2001
--- shadow/2253.tmp.5448Wed Jun 20 12:37:17 2001
***
*** 0
--- 1,23
+ ++
+ | ArrayIndexOutOfBou
Hi Lindsey,
You need to also use the '-n' and '-s' flags to enable
namespace and schema processing respectively.
For example, DOMCount -n -s -v=always personal.xml.
Regards,
Khaled
Lindsey McNerney wrote:
I'm attempting to use the Xerces C+ parser, version
1.5 to perform validation using schemas.
"Tinny Ng" <[EMAIL PROTECTED]> writes:
> See http://xml.apache.org/xerces-c/program.html#IDOMProgGuide. Please
> note that this is only a prototype and is subject to change.
Thanks. I didn't look there. This is just what I needed.
jas.
-
Hello All,
Actually, this has been the case for some time. I've recompiled Xalan and
Xerces and had the naming conflict even with the released Xerces 1.4 and
Xalan 1.1 All versions I've tried have this issue. On the other hand, I'm
not sure why, but they are only warnings in Visual Age 5.0 com
I'm pretty sure it depends on order of includes, since they have a file
name QName.hpp, and we have a file named QName.hpp. You might not see it
just building Xalan, since we minimize our Xerces includes, but some of our
test applications fail to build.
Dave
I'm attempting to use the Xerces C+ parser, version
1.5 to perform validation using schemas. I installed
the binary executables, set the system path and tried
to validate the samples provided (personal-schema.xml
and personal.xsd) using both the DOM count and SAX
count applications. I received e
Initialize(), well, initializes. See the code for details. Calling
Terminate() is optional. If you do call it, be sure that you are done with
Xerces before doing so; you can't call Initialize() again once Terminate()
has cleaned up.
-Original Message-
From: Awasthi, Anand [mailto:[EMAIL P
See http://xml.apache.org/xerces-c/program.html#IDOMProgGuide. Please
note that this is only a prototype and is subject to change.
Tinny
"Jason E. Stewart" wrote:
> Having dredged through the mailing list archives it seems that IDOM is
> an implementation of Andy Henninger's new (memory effici
you know what i just added that and that worekd then i got your
mail...what a timing yaar !!
but i have a question here what exaclty intialize does ??
and do i have to call terminate also ..once i am thru ??
-Original Message-
From: Erik Schroeder [mailto:[EMAIL PROTECTED]]
Sen
the documentation is there on the xml home page at
http://xml.apache.org/xerces-c/program.html#IDOMProgGuide
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 20, 2001 10:15 AM
> To: [EMAIL PROTECTED]
> Subject: What is IDOM?
>
>
> Having
As I mentioned in the past people: Namespaces, namespaces, namespaces!
Those purists unwilling to accept my macro solution better asks themselves
what's the
worse of two evils macros or code that can't interoperate?? One way or another
the
namespace issue must be addressed.
[EMAIL PROTECT
Hi David,
I'm trying to figure out why that didn't show up in my linking between the
two last week. Is this something very new, or does this show up only during
static linking of the two?
Thanks, by the way, for the catch on the namespace processing issue. I'm
working on a Mac OS X port of Xalan
Has XMLPlatformUtils::Initialize() been called prior to the construction of
the object?
-Original Message-
From: anand awasthi [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 20, 2001 11:34 AM
To: [EMAIL PROTECTED]
Subject: access violation problem !!
Hi,
may be that this question is
David,
Agree. When we create new class in future, we will adopt some Xerces specific
naming convention.
But for QName, is it possible for Xalan to work around this conflict this
time? Thanks a lot!
Tinny
[EMAIL PROTECTED] wrote:
> Xerces has defined a class called QName. Xalan-C++ has a cl
Having dredged through the mailing list archives it seems that IDOM is
an implementation of Andy Henninger's new (memory efficient) DOM. Are
there any public docs available? The xml.apache.org WWW site has no
info on this.
I'm assuming usage is identical to DOM (except with different class
names)
Work is underway, with no definite time for completion. See
http://xml.apache.org/xerces-c/schema.html.
-Original Message-
From: Lin L Feng [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 20, 2001 10:42 AM
To: [EMAIL PROTECTED]
Subject: Schema Support Timetable?
Hi,
Does anyone know w
Hi,
may be that this question is not related to problems
of Xerces, but i just thought that i will share this.
actually i am wrapping xerces DOM parser API within
my code and when i my client uses my code , it throws
access violation eveery time. I investigated and found
that exact place wh
Hi all,
I was trying to compile the Xerces C lib v 1.3 in HPUX11 with 64bits
option, but several compilation errors make me to try to compile the
Xerces C v lib 1.4.
However, the library that I generated is wrong because the programs
linked to it have infinite loops. The same programs linked to
Xerces has defined a class called QName. Xalan-C++ has a class of the same
name and there is now a conflict with building Xalan using the latest
Xerces.
Obviously, without namespaces, we're going to continue to have collisions
like this, if we don't have a policy for naming such classes.
I ment
Hi,
Does anyone know when XML Schema will be fully supported in Xerces-C?
Thanks,
Lin
[EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
I am using Xerces C++ XML parser on Code Warrioe 5.3 Mac 9.1.
I am able to construct a DOM tree but when I write following code it
crashes.
DOMParser Parser;
Parser.parse(MemBufInputSource); //Crashes
If we look at the code in the DOMParser.hpp, it checks for the flag
fParseInProgress. T
I try to set up a simple DLL which code follows bellow. The building
succeeds, but i can t have access to it. Each time I try i obtain an
exception error:
"First chance exception in Project1.exe (MSVCRT.DLL) : 0xC005: Access
Violation" (Project1 is my Exe file to reach my DLL)
Thanks to answer
Dean,
For sure you will be missed, and your expertise as well. Please
do keep in touch and check with us whenever you have time, your input are
always important and useful.
All the best!
Tinny
Dean Roddey wrote:
Well,
with the upcoming 1.5 release, I think that the XML parser has now pretty
Yes, it was a bug where the SAXParser was defaulting to processing
namespaces when it shouldn't. I put a fix in Xalan and I believe Tinny
checked in a fix for Xerces.
If you experience any more problems, please feel free to post a note to the
Xalan developer list. We're doing some testing now,
Sorry we're losing you, Dean, but "fare well, wherever you fare..."
(Or maybe that should be "So long, and thanks for all the fish"?)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
http://www.w3.org/DOM/faq.html#ownerdoc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I posted this question already about 2 weeks ago but didn't get an answer or
maybe I missed it but here it is again:
When I try to print a Document Type node with that contains an internal DTD
with a Notation Node, that node doesn't come out with the getIntenalSubset
method.
I really need to k
Good Luck Dean,
This group will miss you. But just like you said it prosper...
Brian Jones
> -Original Message-
> From: Dean Roddey [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, June 19, 2001 4:47 PM
> To: [EMAIL PROTECTED]
> Subject: I'll be leaving soon
>
> Well, with the upcomin
Good luck Dean.
Khaled
Dean Roddey wrote:
Well,
with the upcoming 1.5 release, I think that the XML parser has now pretty
much moved beyond me. And Tinny and crew, and associated third party others,
have it under control pretty well at this point I think. I
have a big personal project coming
Good luck Dean.
Gareth
--
Gareth Reakes, Lead Software Engineer
DecisionSoft Ltd.http://www.decisionsoft.com
Office: +44 (0) 1865 203192
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2245
*** shadow/2245 Wed Jun 20 03:24:20 2001
--- shadow/2245.tmp.527 Wed Jun 20 03:24:20 2001
***
*** 0
--- 1,23
+ ++
+ | IDOM rejects
> Well, with the upcoming 1.5 release, I think that the XML parser has now
pretty much moved beyond me. And Tinny and crew, and associated third party
others, have it under control pretty well at this point I think.
>
> I have a big personal project coming up soon that will be taking up all my
tim
Hi!
I have a problem in my SAX handler with activated validation. In the
handler, I assume that I only get valid event streams, thus certain
pointers are not checked for != 0 etc.
Problem is, the exception (error handler call) that flags a validation
error is only raised AFTER the startElement o
Use DOM_Document::importNode() to transfer nodes from one document to
another.
You'd get something like:
// Find oldChild in doc1
DOM_Element oldCreationInformationElem =
mp7->findElementByName("CreationInformation", 0);
// Find newChild in doc2
D
48 matches
Mail list logo