I have the following xml file:
<?xml version="1.0"?>
<faq>
<category categoryName="Search">
<subCategory subCategoryName="Search sub1">
<faqQuestion>
<faqQuestionId>1</faqQuestionId>
<question>What happens if..?</question>
<answer>Nothing..</answer>...
Hi!
I'm building a faq in asp.net c#. Today the faq has 4 main categories. In each main category there might be none or several subcategories. In each subcategory or right under maincategories there are a listing of faq's.
The faq is in 4 languages and the subcategories/faq's can differ from...
I am developing a faq stored in a xmlfile. The faq has several main categories, in every main categories there might be none or several subcategories. I am trying this...
<?xml version="1.0"?>
<faq>
<language>
<languageId>EN</languageId>
<category>
<categoryId>1</categoryId>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.