Sign In
Categories
Discussions
Activity
Best Of...
Groups
Discussion
GPL equivalent to Apache Xerces-C++
Author
Date within
1 day
3 days
1 week
2 weeks
1 month
2 months
6 months
1 year
of
Examples: Monday, today, last week, Mar 26, 3/26/04
Search
Home
›
Programming and Development
›
Software Development
Welcome to the Linux Foundation Forum!
GPL equivalent to Apache Xerces-C++
metaylor
Posts:
17
August 2010
in
Software Development
Can anyone tell me if there is a GPL/GPLV2 parser equivalent to Apache Xerces-C++?
0
Comments
mfillpot
Posts:
2,180
August 2010
libxml (
http://xmlsoft.org/)
is distributed with most distros for xml parsing, but it is covered under the MIT License (
http://www.opensource.org/licenses/mit-license.html)
which is similar to GPL but it does not mandate the availability of the source code.
You can find a list of xml parsers at
http://www.xml.com/pub/rg/XML_Parsers
you will have to follow the links to determine the licenses used for each.
0
metaylor
Posts:
17
August 2010
Good info, Thanks
0
Sign In
or
Register
to comment.
Comments
You can find a list of xml parsers at http://www.xml.com/pub/rg/XML_Parsers you will have to follow the links to determine the licenses used for each.