xerces-c Questions
2
Solved
I don't seem to understand the purpose of XMLString::transcode(XMLCh*) and XMLString::transcode(char*) , because obviously I don't understand the difference between XMLCh* and char*.
Can someone pl...
Culminant asked 22/3, 2012 at 16:29
4
Solved
I know how to create a complete dom from an xml file just using XercesDOMParser:
xercesc::XercesDOMParser parser = new xercesc::XercesDOMParser();
parser->parse(path_to_my_file);
parser->get...
7
I am attempting to install the latest PostGIS 3.0.x on CentOS 8, with no luck.
I don't think anyone is running PostGIS on RHEL 8 or CentOS 8, I can't understand why not. It does not seem possible ...
Salmonoid asked 16/10, 2019 at 3:31
1
Solved
1
Solved
I'm having trouble understanding Xerces-C++ memory management.
If I have this (example) XML file "config.xml":
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<port>
<ref...
3
Solved
I am supporting a legacy C++ application which uses Xerces-C for XML parsing. I've been spoiled by .Net and am used to using XPath to select nodes from a DOM tree.
Is there any way to get access s...
2
I researched a lot on how to read and write ( update ) a simple .xml file in C++ but i am not able to develop the code for it.
I work and installed xerces-c library that I think is needed to...
1
Solved
Can any one explain to me what is the difference between:
DOCUMENT_NODE
DOCUMENT_TYPE_NODE
DOCUMENT_FRAGMENT_NODE
in Xerces-C.
Navigation asked 19/1, 2012 at 7:4
1
Solved
1
Solved
I want to load an XML document in Xerces-C++ (version 2.8, under Linux), and validate it using a DTD schema not referenced from the document. I tried the following:
XercesDOMParser parser;
parser....
Heartwarming asked 16/3, 2010 at 14:21
1
© 2022 - 2024 — McMap. All rights reserved.