Click here to Skip to main content
16,010,523 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: XML forms Pin
led mike12-May-06 20:36
led mike12-May-06 20:36 
GeneralRe: XML forms Pin
Paddy Boyd16-May-06 3:02
Paddy Boyd16-May-06 3:02 
GeneralRe: XML forms Pin
led mike16-May-06 4:42
led mike16-May-06 4:42 
Questionxs:time limit? Pin
Rafferty Uy11-May-06 7:14
Rafferty Uy11-May-06 7:14 
AnswerRe: xs:time limit? Pin
led mike11-May-06 11:27
led mike11-May-06 11:27 
GeneralRe: xs:time limit? Pin
Rafferty Uy11-May-06 12:08
Rafferty Uy11-May-06 12:08 
GeneralRe: xs:time limit? Pin
led mike11-May-06 15:38
led mike11-May-06 15:38 
QuestionHow to re-organized XML file and call XML file from my software Pin
bella_1104198810-May-06 22:57
bella_1104198810-May-06 22:57 
Hello, everybody. Sorry to disturb you all.
Currently, I have a speech recording and playback software developed by Microsoft Visual C++ 6.0. The software is used to train children with speech problem and scores will be calculated and showed at the end of each practice session. The software is able to record and playback real-time.

Children use this software at home and save their practice records in a single floppy disk. Then, children will bring the floppy disk with practice records inside when they return to our centre.

I have two problems with the xml programming part. My software automatically created history file (in XML format) to display the scores of the children’s practices. The history file (in XML format) is saved by the children in floppy disk when they return to our centre.
But, the data or information in the XML is in a mess where all data are put together. Do you mind to tell me what should I do to create more organized XML format? The therapist needs to scroll in order to read the scores. I have the program codes of XML in four of my cpp files.

The second question is how to call or open XML file (the history file) from my software?
My codes are as below. After I execute the program, it is error free and the File Open dialog box is popped up but no XML file came out after I select the desired XML file. My codes are as below:

void CSpeechDlg::OnScore() <br />
{<br />
	// TODO: Add your command handler code here<br />
CFileDialog openfile(TRUE,NULL,NULL,OFN_OVERWRITEPROMPT,"XML File (*.xml)|*.xml|");<br />
	if (openfile.DoModal()==IDOK)<br />
	{<br />
		CString cs=openfile.GetFileName();<br />
		char* filename=new char[cs.GetLength()+1];<br />
		strcpy(filename,cs);<br />
	}<br />
	<br />
}<br />

I promise I wont disturb you a lot, I promise I will do my best. Can you please help me?
I am totally new to this as the software is written by one of my previous friend who worked together with me in a voluntary speech rehabilitation centre. We need this software to train children in the centre. I work part time there.

Hope you can give me some guidances on how to do it. I promise I can learn as independent as possible but I really need your guidance at this very beginning, please.
Please, I really appreciate all your help.
AnswerRe: How to re-organized XML file and call XML file from my software Pin
led mike11-May-06 6:35
led mike11-May-06 6:35 
QuestionNeed Help With Simple Expression Pin
JoeyN8-May-06 4:51
JoeyN8-May-06 4:51 
AnswerRe: Need Help With Simple Expression Pin
BoneSoft19-May-06 4:20
BoneSoft19-May-06 4:20 
QuestionError reading XML from MSMQ Pin
ALQallaf6-May-06 9:02
ALQallaf6-May-06 9:02 
Questionxslt code to save in csv format Pin
mohanrajh5-May-06 22:58
mohanrajh5-May-06 22:58 
AnswerRe: xslt code to save in csv format Pin
Dmitry Khudorozhkov6-May-06 1:15
Dmitry Khudorozhkov6-May-06 1:15 
QuestionApplying xslt (to xml) from c++ Pin
mohanrajh5-May-06 21:36
mohanrajh5-May-06 21:36 
AnswerRe: Applying xslt (to xml) from c++ Pin
Dmitry Khudorozhkov6-May-06 1:22
Dmitry Khudorozhkov6-May-06 1:22 
QuestionProblem with XPathNavigator Pin
RoadieGS5-May-06 4:49
RoadieGS5-May-06 4:49 
AnswerRe: Problem with XPathNavigator Pin
Josh Smith5-May-06 5:34
Josh Smith5-May-06 5:34 
GeneralRe: Problem with XPathNavigator Pin
RoadieGS5-May-06 6:13
RoadieGS5-May-06 6:13 
GeneralRe: Problem with XPathNavigator Pin
Josh Smith5-May-06 8:10
Josh Smith5-May-06 8:10 
GeneralRe: Problem with XPathNavigator Pin
RoadieGS5-May-06 8:19
RoadieGS5-May-06 8:19 
GeneralRe: Problem with XPathNavigator Pin
Josh Smith5-May-06 8:41
Josh Smith5-May-06 8:41 
GeneralRe: Problem with XPathNavigator Pin
RoadieGS5-May-06 8:55
RoadieGS5-May-06 8:55 
GeneralRe: Problem with XPathNavigator Pin
George L. Jackson5-May-06 9:00
George L. Jackson5-May-06 9:00 
AnswerRe: Tree View in XSL?? Pin
led mike5-May-06 5:39
led mike5-May-06 5:39 

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.