my XML structure is this way :
as i'm not a XLST guru i'd like to know if with this XML it's doable (in a quite simple way) to get an output sorted by Service and then category with the XSLT transformation (this way
Service : Translation
Category : Other translation
test 2 - XltTranslatorHour
Category : Software translation
test 1 - XltSoftwareWord
test 4 - XltSoftwareWord
Service : Publishing
Category : DTP
item 3 - PubDTPPage
Best regards,
Elise, XML learning girl X-)
Code:
<BudgetItemXML>
<Service>Publishing</Service>
<Category>DTP</Category>
<BIT>item 3 </BIT>
<PC>PubDTPPage</PC>
</BudgetItemXML>
<BudgetItemXML>
<BudgetItemXML>
<Service>Translation</Service>
<Category>Other translation</Category>
<BIT>test 2 </BIT>
<PC>XltTranslatorHour</PC>
</BudgetItemXML>
<BudgetItemXML>
<Service>Translation</Service>
<Category>Software translation</Category>
<BIT>test 1 </BIT>
<PC>XltSoftwareWord</PC>
</BudgetItemXML>
<BudgetItemXML>
<Service>Translation</Service>
<Category>Software translation</Category>
<BIT>test 4 </BIT>
<PC>XltSoftwareWord</PC>
</BudgetItemXML>
as i'm not a XLST guru i'd like to know if with this XML it's doable (in a quite simple way) to get an output sorted by Service and then category with the XSLT transformation (this way
Service : Translation
Category : Other translation
test 2 - XltTranslatorHour
Category : Software translation
test 1 - XltSoftwareWord
test 4 - XltSoftwareWord
Service : Publishing
Category : DTP
item 3 - PubDTPPage
Best regards,
Elise, XML learning girl X-)