I have an XML similar to <BR><BR><list><BR><BR><node><BR> <a>10</a><BR> <b>20</b><BR></node><BR><node><BR> <a>30</a><BR> <b>40</b><BR></node><BR><node><BR> <a>60</a ...
I've got a rather messy XML file and a complex XSLT. The XML file describes several folders and the documents they contain. Unfortunately, I cannot include the document's language directly in the XML, ...