As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What is the fastest C/C++ open source, OS portable XML parser that has both Unicode support and XML Schema support?
There's no such thing as "the best ...", but Xerces-C++ is a powerful one, which has XML Schema support, and pugixml is a very neat one, however, which doesn't validate
A commonly used xml library is libxml2 available here.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I need library to read text from files such as doc, docx, xls, xlsx, hwp, pdf, etc. on c++.
I think there is a library to support this function but i have googled it and found none.
I'll keep searching but can somebody introduce any library to me?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Are there any good XSLT libraries for C++ which support the 2.0 standard?
I've found several libraries but all of them had no implementation for XSLT 2.0.
On Windows there is AltovaXML which according to http://manual.altova.com/AltovaXML/altovaxmlcommunity/ can be used with "Programming languages such as C++ or any other that supports the COM interface.".
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Are there any TagLib tutorials, how-to's, examples, etc. for Taglib with C++ (Qt)? I only found the API Documantation with its very very basic example. But it is hard to find more examples.
Take a look at the examples provided with the source code of the library. They are not Qt based, but is enough to start programming with Taglib and Qt.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am working with a C++ project whose application setting is a simple text file. Now i want to replace the file with XML based configuration. So which xml parser should i use?
Look at TinyXML or TinyXML++, it's small and easy.
You can also use the boost::property_tree, as someone already mentioned.
Here is a nice tutorial for using it to read/write xml.
Plenty of choice. Selecting a parser with XPATH support is often very handy in this circumstance. libxml+ with libXml2 does the job nicely - and libxml2 is included in just about any Linux distro.
Look at libconfig, it may be good replace for xml.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I've read the source code of a few popular open source projects like apache, nginx...
All of them are written in C, is there one written in C++?
It should be run-able program, not framework...
KDE
and up, to 30 characters and beyond.
Mozilla Firefox is written (mainly) in C++.
You may want to check out this list : http://www2.research.att.com/~bs/applications.html