|
Actually, the mistake is mine, and XML.com made another in preparing the article for publication that prevents the stylesheet from being run.
My mistake: my stylesheet had &ToCurrency=USD as the value of the xsl:text element but when I put that into the HTML of the article I should have escaped it as & so that browsers displayed it as &.
Their mistake: the first xsl:text element in the conversionURL template rule should not have a line break in it, because URLs shouldn't have line breaks in them. Take that out and it should work fine.
Bob
|