Grouping Nodes by hardcoding node values in XSLT
问题 <root> <Entry> <ID>1</ID> <Details> <Code>A1</Code> <Value>1000</Value> </Details> </Entry> <Entry> <ID>2</ID> <Details> <Code>A2</Code> <Value>2000</Value> </Details> </Entry> <Entry> <ID>3</ID> <Details> <Code>B1</Code> <Value>3000</Value> </Details> </Entry> <Entry> <ID>4</ID> <Details> <Code>B2</Code> <Value>4000</Value> </Details> </Entry> </root> I have this input XML which I am looking to group via XSLT wherein the grouping happens by hardcoding node values . Let me explain that in