Click here to Skip to main content
15,911,785 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Load & read the XML File Pin
Amit Agarrwal3-Apr-06 2:25
Amit Agarrwal3-Apr-06 2:25 
GeneralRe: Load & read the XML File Pin
thatsme_cool3-Apr-06 2:36
thatsme_cool3-Apr-06 2:36 
GeneralRe: Load & read the XML File Pin
Amit Agarrwal3-Apr-06 2:44
Amit Agarrwal3-Apr-06 2:44 
GeneralRe: Load & read the XML File Pin
thatsme_cool3-Apr-06 2:51
thatsme_cool3-Apr-06 2:51 
GeneralRe: Load & read the XML File Pin
Amit Agarrwal3-Apr-06 3:06
Amit Agarrwal3-Apr-06 3:06 
GeneralRe: Load & read the XML File Pin
thatsme_cool3-Apr-06 3:11
thatsme_cool3-Apr-06 3:11 
GeneralRe: Load & read the XML File Pin
Amit Agarrwal3-Apr-06 3:18
Amit Agarrwal3-Apr-06 3:18 
GeneralRe: Load & read the XML File Pin
thatsme_cool3-Apr-06 3:30
thatsme_cool3-Apr-06 3:30 
I think the GetElement method itself opens the file u just need to initialize the member var.

ex:
class YourClass
{
public:
CComBSTR m_bstrFileName;
IXMLDOMDocument* m_pIDomDoc;
OpenXmlFile(...);
GetElement(...)
.....
...
};

now u'll do following

USES_CONVERSION;
m_bstrFileName = "E:\WorkingBigBoss\BigBossApp\books.xml";
GetElement(_T("Username"), bstrVal);
CString strTemp = W2A(bstrVal);
AfxMessageBox(strTemp);


GeneralRe: Load & read the XML File Pin
thatsme_cool3-Apr-06 3:39
thatsme_cool3-Apr-06 3:39 
GeneralRe: Load & read the XML File Pin
Amit Agarrwal3-Apr-06 18:35
Amit Agarrwal3-Apr-06 18:35 
GeneralRe: Load & read the XML File Pin
thatsme_cool3-Apr-06 20:01
thatsme_cool3-Apr-06 20:01 
GeneralRe: Load & read the XML File Pin
Amit Agarrwal3-Apr-06 21:50
Amit Agarrwal3-Apr-06 21:50 
GeneralRe: Load & read the XML File Pin
thatsme_cool3-Apr-06 23:27
thatsme_cool3-Apr-06 23:27 
GeneralRe: Load & read the XML File Pin
thatsme_cool4-Apr-06 0:19
thatsme_cool4-Apr-06 0:19 
GeneralRe: Load & read the XML File Pin
Amit Agarrwal4-Apr-06 0:54
Amit Agarrwal4-Apr-06 0:54 
GeneralRe: Load & read the XML File Pin
thatsme_cool4-Apr-06 1:41
thatsme_cool4-Apr-06 1:41 
GeneralRe: Load & read the XML File Pin
Amit Agarrwal4-Apr-06 1:57
Amit Agarrwal4-Apr-06 1:57 
GeneralRe: Load & read the XML File Pin
thatsme_cool4-Apr-06 2:30
thatsme_cool4-Apr-06 2:30 
GeneralRe: Load & read the XML File Pin
Amit Agarrwal4-Apr-06 2:44
Amit Agarrwal4-Apr-06 2:44 
GeneralRe: Load & read the XML File Pin
thatsme_cool4-Apr-06 3:08
thatsme_cool4-Apr-06 3:08 
AnswerRe: Load & read the XML File Pin
ThatsAlok3-Apr-06 8:16
ThatsAlok3-Apr-06 8:16 
QuestionA stupid question regarding buttons Pin
llp00na3-Apr-06 2:01
llp00na3-Apr-06 2:01 
AnswerRe: A stupid question regarding buttons Pin
Nibu babu thomas3-Apr-06 2:06
Nibu babu thomas3-Apr-06 2:06 
AnswerRe: A stupid question regarding buttons Pin
Laxman Auti3-Apr-06 2:19
Laxman Auti3-Apr-06 2:19 
AnswerRe: A stupid question regarding buttons Pin
Hamid_RT3-Apr-06 2:25
Hamid_RT3-Apr-06 2:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.