This is a great article, and solves the problem I had with the translate() function, by using the new replace() function.
But how do I get something to recognize this new XML version?
I tried just changing the first part of my XML doc to read:
<?xml version="2.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
Where I just replaced "1.0" with "2.0".
But the SharePoint page I was using to read the xml just balked. I also put it into a validator and it choked on the character and line where it first reads "2.0".
Any ideas?
|