Search found 1 match

by adasgupta
Tue Oct 09, 2018 4:51 pm
Forum: XSLT and FOP
Topic: XSLT to select nodes dynamically
Replies: 1
Views: 3251

XSLT to select nodes dynamically

I have this XML. What I want is - for each instance of <Class1> in <Class> I want to check if there is any element in <Student>/<Details> with @ClassID to be the same as <Class>/<Class1>/<Class1Data>/<ClassID>/text() and get value of <Student>/<Details>/<Details1>/<Details2>/<SomeQuantity>/text() If...