[email protected] wrote:
After doing more research I don't think it's feasible to build the Xerces
XML library on my target platform. Would it be permissible under the
Apache license to write my own XML parser, using Xerces as a model, in
another programming language without releasing the source code?
I suspect this is a question you should be asking your company's lawyer,
and not the members of the mailing list. My reading of the license
would allow it as long as comply with the "Redistribution" section of
the license.
That said, rather than attempt to re-write Xerces-C in another language,
which will be a non-trivial effort, you might consider using one of the
many another open source XML parser implementations.
Dave