Whatever you cut and pasted that from it is now gibberish - all the spaces seems to have been deleted, the colour coding is all over the place, and there are many many extra spaces meaning what might be succinct example XSLT is overly long.
Also, you say that it isn't producing the element in bold? With all that color and formatting I can't tell what is bold and what isn't.
I suspect that the problem is that you are using "/X" which will only match the element X if it is the root element in the document, and you seem to be putting the "/" in front of every single element name. Seeing as an XML document can only have one root element I know that wont work.
|