tinny already fixed it. because i did put it in the bug.
but you made a good point.
On 19 Mar 2002, (Murray Cumming) wrote:
> On Sun, 2002-03-17 at 07:25, Max Gotlib wrote:
> > > 2. hand repair bug 7162 "IconvFreeBSDTransService.cpp needs an #include
> > > statement fixed to use xercesc"
> > >
sts those public external API.
>
> Grammar / SchemaGramma were intended to be used internally, and thus their
> APIs are not documented.
>
> Tinny
>
> - Original Message -
> From: "John Utz" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sen
Hello, dobroye utrom, etc
On Fri, 15 Mar 2002, mail wrote:
> Hello xerces-c-dev,
> i've try install XML-Xerces1_6_0 on FreeBSD platform.
> libraries libxerces-c1_6_0.so & Xerces.so comiled successfuly, but
> the tests from XML-Xerces is 100% fall :(
before you try to use xerces-p, i suggest tha
Hello;
i finally had a work at home day that could be appropriately utilized by
getting xerces-c to build *and* run the samples on my FreeBSD 4.5-RELEASE
box.
perhaps there are people out there who got this to work without a
problem, but i never saw them chime in when i was helping the *other*
f
hello;
it's possible that i am being very stupid, but i cant seem
to find any documentation of the Grammar stuff in the C++ API docs.
http://xml.apache.org/xerces-c/apiDocs/index.html
is it there, and i am missing it, or have the docs not been updated in a
while?
tnx!
johnu
ut in my code, I don't know what "Hello" is?
> I mean I have :
>
> Char* vna2 = ((XMLNode.getNodeName()).transcode());
> BSTR bstr= SysAllocString(vna2)doesn't work..
>
> I am not in a position to print the string and then put it in SysAlloc
> function
this is because the L makes it a wide string
On Fri, 8 Mar 2002, Bavishi, Pankaj wrote:
> When I use:
> BSTR bstr=SysAllocString(L"Hello");
> It works fine
> But I can't do:
> Char* str ="Hello";
WCHAR* wstr = L"Hello";
> BSTR bstr=SysAllocString(str);
>
> Why? Could you please suggest me the
Wow;
this was a really nice and dispassionate answer
On Wed, 6 Mar 2002, Joseph Kesselman/CAM/Lotus wrote:
>
> Some insight into how to choose between these approaches:
> http://www.w3.org/DOM/faq.html#SAXandDOM
>
> Remember that the DOM is only an API. There can be DOMs that load data on
I have not noticed anybody saying nice things about DOM, so i will. :-)
but please dont take this as flame bait. it's my opinion, and that's all.
i love DOM. i prefer using DOM whenever possible. it's clean, predictable,
simple, orthagonal.
the twisty bits of really making sure that your event
you might consider that you have it backwards :-)
perhaps XMLSpy sez things are good that really arent.
just something to think about.
johnu
On Mon, 4 Mar 2002, Fernando Jeronymo wrote:
>
>
> Hi, I am having some problems trying to validate a xml file.
>
> It seems that Xerces C++ just has
this is great work! i am happy to help as much as i can, esp since you
stepped thru it
On Fri, 1 Mar 2002, Christian Kruse wrote:
> Hi,
>
> On Thu, 28 Feb 2002 12:40:49 -0800 (PST)
> John Utz <[EMAIL PROTECTED]> wrote:
>
> > OK, we see here that the 'this
ok both this mail and the previous mail show the same pathology.
it's instructional!
On Thu, 28 Feb 2002, Christian Kruse wrote:
> Hoi,
>
> On Thu, 28 Feb 2002 12:15:39 -0800 (PST)
> John Utz <[EMAIL PROTECTED]> wrote:
>
> > Could i suggest a further test?
>
Thu, 28 Feb 2002, Christian Kruse wrote:
> Hoi,
>
> On Thu, 28 Feb 2002 11:26:49 -0800 (PST)
> John Utz <[EMAIL PROTECTED]> wrote:
>
> > well, if you got it to actually parse, u are ahead of me!
> >
> > On Thu, 28 Feb 2002, Christian Kruse wrote:
> >
well, if you got it to actually parse, u are ahead of me!
On Thu, 28 Feb 2002, Christian Kruse wrote:
> Hi,
>
> I tried to compiler Xerces-C on my FreeBSD 4.5 system. It worked with ICU -ticu
> and -tIconvFBSD, but when compiling the examples I get the following warnings:
>
> /usr/lib/libc_r.s
elements are ordered, attributes are not.
( i should find the documentation behind it )
On Mon, 25 Feb 2002, Leonardo B. Lopes wrote:
> I hope so. For example, the element in MathML takes two numbers
> () as children, and I would assume the lower comes before the
> higher... I think ordering m
I'll put my oar in at this point, because i think james has put this
together quite nicely.
On Tue, 19 Feb 2002, James Berry wrote:
> I¹ve heard at least two concerns/proposals regarding what needs to be
> addressed in this proposed binding:
>
> (1) Normalize names per Tinny below: IDOM
hello;
on my FreeBSD 4.4 box:
bash-2.05$ SAXCount -v=always -n -s -f personal-schema.xml
Error at file
/usr/home/spaz/Compile/xerces-c-src1_6_0/samples/data/personal-schema.xml,
line 8, char 86
Message: Datatype error: Type:InvalidDatatypeValueException,
Message:Value 'one.worker two.worker
cutting a pasting in browsers doesnt seem to present well.
just to reiterate:
this is an easy fix. i just snagged the cvs tree and fixed the freebsd
part. now it works swimmingly at my house :-)
the Compiler/Makefile just needs to reference the GCCDefs the same way the
linux and mac ports do. s
On Tue, 12 Feb 2002, Bavishi, Pankij wrote:
> Hello Ellis,
> Thanks a lot for a detailed explanation.
> Yeah it is very helpful.
> But right now on practical grounds, I need to know how I can convert the
> BSTR data into something that Xerces-C++ can understand.
> Right now I am only aware of
hi;
trying to use the samples described on the samples page blow up.
bash-2.04$ ./DOMCount.pl DOMCount.pl
Can't locate auto/XML/Xerces/SAXParser/setDoValida.al in @INC (@INC
contains: /usr/local/lib/perl5/5.6.1/i686-linux /usr/local/lib/perl5/5.6.1
/usr/local/lib/perl5/site_perl/5.6.1/i686-linux
hi;
(cross post is poor netiquette, but this is relevant to both)
has anybody built xerces-c 1.6 on a Windows box with gcc?
i just tried, and i knew i was looking for trouble because there are no
build instructions for same and runConfigure knows nothing about win32
or CygWin.
I believe that i
ple to xerces-p and see how it
flies. that would really be a great test for the new xerces-p release and
it would allow me to see if my current Cunning Plan(tm) will actually
work!
i am sooo excited!
johnu
> Tinny
>
> John Utz wrote:
>
> > hello;
> >
> > after t
hello;
after the schema has been read in, there must be a representation of it in
memory somewhere, right?
so how can access that data structure? XMLValidator has a
getGrammar() method that returns a Grammar, but i couldnt find any docs
that described the Grammar data structure. is this the one
hmm, i think all 3 bugs are valid, but i could be mistaken
the simple type in include the broken int, so now it's broken.
the element 'size' includes the simple type so now it's broken.
On Tue, 5 Feb 2002, Sam Tregar wrote:
> The following bad snippet in my schema:
>
>
>
>
as a recovering win32 dev, i'll take a poke :-)
i hope this helps. and i apologize in advance to everybody if i seem
overly pedantic or snippy.
CtrlsValidHeapPointer(pUserData)
generally, this assertion is telling you that you are trying to free() or
read() from a bogus pointer.
char *attrVal
hi sam
On Mon, 14 Jan 2002, Sam Tregar wrote:
> On Mon, 14 Jan 2002, Radovan Chytracek wrote:
>
> > > I wish. If I could get a single tool to validate documents against my XML
> > > schema under Linux then I'd be happy!
> >
> > Have you tried the Turbo XML 2.2 from www.extensibility.com?
>
>
can you provide a tie-breaker?
asserting that XMLSpy says it's ok is not really sufficient. I would
suggest bringing a third tool into the mix and see what happens.
I am participating in another thread on the xerces-j mailing list wrt a
newly established XMLSchema standard that can't be validate
-g (if it wasnt built with -g by
default) and step thru it.
On Mon, 14 Jan 2002, Tinny Ng wrote:
> John,
>
> I tried running your attached xml and schema using SAX2Count on Windows, and
> it works fine. Is this problem only occurred on FreeBSD?
>
> Tinny
>
> John
hi;
i can get this error with any schema and instance:
bash-2.05$ /usr/home/spaz/Compile/xerces-c-src1_6_0/bin/SAX2Count Test.xml
Fatal Error at file /usr/home/spaz/Xml/XMLSNs/Test.xml, line 4, char 65
Message: The schemaLocation attribute does not contain pairs of values.
here is the runCon
29 matches
Mail list logo