Top "Xerces-c" questions

A processor for parsing, validating, serializing and manipulating XML, written in C++

Read Write XML File In C++

I researched a lot on how to read and write ( update ) a simple .xml file in C++ but i am …

c++ xml xerces-c
Purpose of XMLString::transcode

I don't seem to understand the purpose of XMLString::transcode(XMLCh*) and XMLString::transcode(char*) , because obviously I don't understand …

c++ string xml-parsing char xerces-c
How to add a new library using Yocto

I am using Yocto and I just would like to integrate a new library in my project. I create a …

linux autotools xerces-c recipe yocto
Making Xerces parse a string instead of a file

I know how to create a complete dom from an xml file just using XercesDOMParser: xercesc::XercesDOMParser parser = new xercesc::…

c++ xml parsing xerces-c
XPath support in Xerces-C

I am supporting a legacy C++ application which uses Xerces-C for XML parsing. I've been spoiled by .Net and am …

xerces xerces-c xpath c++
Xerces-C: Migration from v2.x to v3.x?

I would like to migrate a project (legacy code which I am not quite familiar with) from Xerces-C v2.x …

c++ xml api upgrade xerces-c
Can't link with Xerces-c static library with g++

I downloaded and unpacked xerces-c-3.1.1-x86_64-linux-gcc-3.4.tar.gz, So I have $ ls -1 /users/jdyu/labs/xerces/xerces-c-3.1.1-x86_64…

c++ g++ xerces libtool xerces-c
sample XSD fails with "error: no declaration found for element X"

In spite of being a total newbie in the xml parsing arena, I was able to xsd to create valid …

c++ xsd xerces-c codesynthesis