Hi,
http://www.w3schools.com/xml/default.asp
or look at the specs on www.w3.org. If you want more tutorials type "xml
tutorial" into google.
Gareth
Samuel Tonini wrote:
hi All
Im starting with XML and C++ programming, but now i have a lot of problems. Im a rookie-developer, but im want to unde
hi All
Im starting with XML and C++ programming, but now i have a lot of problems. Im a
rookie-developer, but im want to understand the stuff about xml with C++.
my questions:
-you know a good forum about XML / C++
-tuorials?
-manuals?
i doesnt found a lot with google..
We are using Xerces for a few projects. We have built version 2.5.0 on a
variety of platforms with very little trouble.
When we try to build on our SGI IRIX machines (using compiler version 7.4)
we get errors. The problem seems to be related to templates, saying that
some functions have alrea
ot resolve. This is probably due to my limited knowledge of
shell scripts.
Patrick
-Original Message-From: Cristina Cioroboiu
[mailto:[EMAIL PROTECTED]Sent: Monday, July 12, 2004
3:31 AMTo: [EMAIL PROTECTED]Subject: need help
on xerces for AS400
Hello,
I need to install
Hello,
I need to install xerces on AS400 v5r2.
I see the requierements and that i need PRPQ 5799XEH and 5799PTL.
When i try to look for 5799XEH I found this on IBM sites:
"The Qshell Utilities PRPQ (5799XEH) can be separately ordered and charged. There is only one version that can be installed on
I want to display the Element or Attribute name when I hit an Error while
parsing with my schema.
(I've looked through the archives and can't find anything to assist me.)
I don't see anything in the XMLCh or SAXParseException that will give that to
me.
Do I have to modify every single ThrowXML
Hello all,
I am using Xerces 2.1.0. I am trying to
write an entity resolver to force validation of a file with a particular
DTD during parsing. I am getting an access validation when I
call the parse. Does anyone know what I'm doing wrong or have an
example of working code? All my XML an
Hi,
name would be the normal way of doing it.
Gareth
On Wed, 19 Mar 2003, Andreas B. Thun wrote:
> Another (newbie) question:
>
> How can I destinguish between
> and ? They are both childs of .
> only by name?
>
> My XML file:
>
>
>
>
> Desig
Hi,
>
> Hmm,
> if (AccessControlGroup->getNodeType() == DOMNode::ELEMENT_NODE)
> {
>...
> }
>
yep
Gareth
--
Gareth Reakes, Head of Product Development +44-1865-203192
DecisionSoft Limitedhttp://www.decisionsoft.com
XML Development and Services
-
Another (newbie) question:
How can I destinguish between
and ? They are both childs of .
only by name?
My XML file:
Designer
Admin
SYM
Axis sym
--
Hi,
I dont have your XML any more but I would suspect that you are
trying to getFirstChild on a node that does not have a first child (ie a
text node).
Hi,
Hmm,
if (AccessControlGroup->getNodeType() == DOMNode::ELEMENT_NODE)
{
...
}
should help?!
---
Hi,
I dont have your XML any more but I would suspect that you are
trying to getFirstChild on a node that does not have a first child (ie a
text node).
Gareth
On Wed, 19 Mar 2003, Andreas B. Thun wrote:
> Thx Gareth,
>
> tried, but it still does not work for me:
>
>
> // (0
Thx Gareth,
tried, but it still does not work for me:
// (0..*)
for (AccessControlGroup = AccessControlGroups->getFirstChild();
AccessControlGroup != 0;
AccessControlGroup = AccessControlGroup->getNextSibling())
{
nodeName = AccessControlGroup->getNodeName();
Hi,
getTextContent is not yet implemented. Try something like
getFirstChild() on node.
Gareth
On Wed, 19 Mar 2003, Andreas B. Thun wrote:
> Hi,
>
> After evaluation I parse the XML file to get the values
> of all elements.
> Unfortunately after AccessControlGroup->getTextContent()
Hi,
After evaluation I parse the XML file to get the values
of all elements.
Unfortunately after AccessControlGroup->getTextContent()
the program stops (does not crash).
The node AccessControlGroup is ok I think but I just cannot get the
values... What's is my problem?
part of my code:
--
I need a schema for the following XML:
(In "Test", all of the elements (name, description,
case) are not in any particular order. "name" and
"description" appear 0 or 1 time. "case"
appears 0 to unbounded times.)
my test
need help
Is this
Hi,
I am using a MemBufInputSource instance as my input to the xerces parser. I use the
following code to set the validation on, and specify the external schema location:
SAXParser parser;
parser.setValidationScheme(SAXParser::Val_Always);
parser.setExternalNoNamespaceSc
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 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 :(
all of them display error:
"Can't load 'blib/arch/auto/XML/Xerces/Xerces.so' for module XML::Xerces: blib/ar
ch/au
Hi,
can anybody please give me an example how to use the Base64 Classes?
Am i right, that these classes are for encoding and decoding MIME
Files?
Can you please help me of how to decode a file and how to encode it?
Thanks a lot...
ugh.
Ta, Evert
> -Original Message-
> From: Don Mastrovito [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 14, 2002 18:42 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Need Help getting started
>
>
> Evert,
>
> I just tested it and yes, you still do get an empty messa
4 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Need Help getting started
> >
> >
> > Ranjana,
> >
> > The BCB5 dll can be placed somewhere in your application's path. You can
> > use the .h files out of the xerces-c1_6_0-win32.zip download.
TECTED]]
> Sent: Monday, January 14, 2002 17:14 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Need Help getting started
>
>
> Ranjana,
>
> The BCB5 dll can be placed somewhere in your application's path. You can
> use the .h files out of the xerces-c1_6_0-win32.zip dow
> }
>3)Do I in anyways need any of the files from the
>xerces-c1_6_0-win32.zip file
>Thanks in advance
>
>-Original Message-
>From: Don Mastrovito [mailto:[EMAIL PROTECTED]]
>Sent: Monday, January 14, 2002 10:20 AM
>To: [EMAIL PROTECTED]
>Subj
_6_0-win32.zip file
Thanks in advance
-Original Message-
From: Don Mastrovito [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 10:20 AM
To: [EMAIL PROTECTED]
Subject: Re: Need Help getting started
Ranjana,
The xerces-c1_6_0-win32.zipzip file you downloaded contained only the
Ranjana,
The xerces-c1_6_0-win32.zipzip file you downloaded contained only the MSVC
binaries. These are the onles that are built by the Xerces team. I supply
them with the Borland stuff. You can find those files in
http://xml.apache.org/dist/xerces-c/experimental/bcb5/xerces-c1_6_0-BCB5.zip
Hi all
I am very new to C++ and XML , however I need to do a project using
Xerces in Borland C++.
Can somebody please help me get started.
I have downloaded the "xerces-c1_6_0-win32.zip" file and set my 'path'
to point to the bin directory .
But i cant get the samples to work.
I have also seen so
be, I would love to hear them. This is really
causing problems for me!
Thanks!
Amy
-Original Message-
Subject: RE: Need Help!!
From: "Abhay Chaudhary"
<[EMAIL PROTECTED]>
Date: 2001-11-07 5:30:14
[Download message RAW]
Hello,
I had this problem earlier and as I r
Are you sure you called XMLPlatformUtils::Initialize first?
-Original Message-
From: Francis Béliveau [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 31, 2001 11:13 AM
To: '[EMAIL PROTECTED]'
Subject: Need Help!!
Hi!
I have a problem when I try to use DOMParser class.
Hi!
I have a problem when I try to use DOMParser class.
I have a acces violation ("First-chance exception in dllhost.exe
(XERCES-C_1_4D.DLL): 0xC005: Access Violation" ).
This error occurs just after the declaration of the object of type
DOMParser:
DOMParser parser;
or
DOMParser *parser
I need to know how to compile a project with
Xerces. I tried substituting my work with one of the sample directories,
but this did not work. Is there a standard Makefile that I can use,
which is independent of where the build takes place.
My program resides in
~/program
Xerces
~/xerces
Greetings,
I downloaded the source of XML4C, version 3.5.0, that uses Xerces-C parser
v.1.5.0 and I'm trying to build it with gcc 2.95.3 on HP-UX 11.00 platform.
I browsed through the archives of this mailing list, but even though I
noticed that several people have had a similar problem before st
32 matches
Mail list logo