I needed some advice/help in creating the XML data file from Word.
I want to let the Question Specs writer(who don't know XML) to use the Word for them to create the Question Specs.
Here is what I want my XML file to be like with the details that I wanted
<Questions>
<Question Name="Q1">
<PreQuestionLogic>
Skip this question if Age is LT 20
</PreQuestionLogic>
<QuestionWording>
Are You married?
</QuestionWording>
<PostQuestionLogic>
Goto question Q3 if is married is true
</PostQuestionLogic>
</Question>
<Question Name="Q2">
<PreQuestionLogic>
Skip this question if not married
</PreQuestionLogic>
<QuestionWording>
How many children do you have?
</QuestionWording>
<PostQuestionLogic>
Goto question Q3 if do not have children
</PostQuestionLogic>
</Question>
</Questions>

Member Avatar for iamthwee

Huh. What's this got to do with word?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.