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...
Hoick asked 14/1, 2011 at 12:29

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

I'm writing a library which takes xml files and parses them. To prevent users from feeding inalid xmls into my application i'm using xerces to validate the xml files via an xsd. However, i only ma...
Fpc asked 11/9, 2018 at 12:8

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...
Torre asked 5/4, 2018 at 16:29

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...
Catherine asked 9/7, 2009 at 19:46

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...
Panorama asked 24/3, 2011 at 7:1

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

I would like to migrate a project (legacy code which I am not quite familiar with) from Xerces-C v2.x to v3.x. It turns out that Xerces-C v3 dropped the DOMBuilder class. The migration archive tel...
Schaaf asked 9/9, 2010 at 16:9

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.