|
Subject:
|
C++ and XML
|
|
Posted By:
|
Gunjan
|
Post Date:
|
11/27/2003 1:52:59 AM
|
Hi,
I have to develope a project for SGML to XML conversions. The idea is to first convert SGML to an intermediatory XML and then use XSLT. How can this be achived using C++ as the base language?
|
|
Reply By:
|
joefawcett
|
Reply Date:
|
11/27/2003 3:46:25 AM
|
Many people have used this tool, it's written in C# but the code is available so it could be re-done in C++ if the machines you target don't have the .net framework. Builing an SGML parser from scratch is no small task.
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=B90FDDCE-E60D-43F8-A5C4-C3BD760564BC
Joe (MVP - xml)
|