How to reformat XML with group-adjacent (XSLT)
问题 I'm new in this XSLT-thing and I can't figure out how to this: This is a snippet from the xml i start with: <Article> <Bullettext>10,00 </Bullettext> <Bullettext>8,00 </Bullettext> </Article> <Article> <something>some text</something> </Article> <Article> <Corpsdetexte>Bulgaria</Corpsdetexte> <Bullettext>15,0 </Bullettext> <Bullettext>10,0 </Bullettext> </Article> ` This is what i want the output to be: <LIST> <ITEM>12,00 </ITEM> <ITEM>10,00 </ITEM> <ITEM>8,00 </ITEM> </LIST> <P> <something