I'm using XSLT to convert an XML file into a nicely formatted HTML page. The XML data I'm given includes a mailing address. The address looks something like this:<BR ...
I'm struggling with xslt grouping in one case. Now, I have managed to get the grouping working perfectly with a source document like the following. I'm grouping on the id in this case. Where I cannot ...