Re: XML - one more try...
- From: Joseph M. Newcomer <newcomer@xxxxxxxxxxxx>
- Date: Sun, 30 Jul 2006 20:33:32 -0400
Well, 'won't compile' is a pretty vague description, and it is impossible to offer advice
unless we have some idea as to what error messages you are getting. Does each package
produce the same error messages, or do some packages produce error messages different than
others. Posting a few representative error messages and the source lines they are
associated with would probably help a lot here.
I've definitely used the ExPat package successfully. The MS version seems inordinately
fond of DOMs, which are just about totally useless for practical work (you can't build
non-tree hierarchies, such as linking nodes together to form a thread, or building a DAG,
or a lot of other things that are incredibly useful to do). I wouldn't choose that
package as a preference.
But without any idea of what your problems are, there's no way we can help solve them.
Just out of curiosity, I downloaded xerces and it is building right now. So far, a few
warnings, but no errors. Of course, I have to use VS.NET 2003 because I still don't have
2005, for some reason or other, but without the error messages we can't tell if you're
doing something wrong or its one of the incompatibilies that VS.NET 2005 has.
joe
On Sun, 30 Jul 2006 18:06:17 -0400, "saywhat" <no@xxxxxx> wrote:
I am ripping my hair out over this.Joseph M. Newcomer [MVP]
I need to find a simple way of loading xml documents into a VS2005 mfc app.
I want to be able to add nodes to a document or create a new one, as well as
display it.
I have checked out xerces and a package my oracle as well as about 6 (no
kidding) differnt packages available.
I also am having trouble with finding a way to use msxml - am I stupid or
are the docs slanted twoards .net and VB?
Any of the files I've downloaded won;t compile. Am I missing an sdk, I
thought it came with VS2005, am I wrong?
Please help me on this.
TIA
b
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- References:
- XML - one more try...
- From: saywhat
- XML - one more try...
- Prev by Date: Re: XML - one more try...
- Next by Date: Re: CClientDC and TabCtrl ?
- Previous by thread: Re: XML - one more try...
- Next by thread: Re: XML - one more try...
- Index(es):
Relevant Pages
|