| OLD | NEW |
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <!-- | 2 <!-- |
| 3 /* | 3 /* |
| 4 * The contents of this file are subject to the Mozilla Public | 4 * The contents of this file are subject to the Mozilla Public |
| 5 * License Version 1.1 (the "License"); you may not use this file | 5 * License Version 1.1 (the "License"); you may not use this file |
| 6 * except in compliance with the License. You may obtain a copy of | 6 * except in compliance with the License. You may obtain a copy of |
| 7 * the License at http://www.mozilla.org/MPL/ | 7 * the License at http://www.mozilla.org/MPL/ |
| 8 * | 8 * |
| 9 * Software distributed under the License is distributed on an "AS | 9 * Software distributed under the License is distributed on an "AS |
| 10 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or | 10 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| (...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 845 <xsl:value-of select="@*"/> | 845 <xsl:value-of select="@*"/> |
| 846 <xsl:if test="not(position()=3)"><xsl:text>, </xsl:text></xsl:if> | 846 <xsl:if test="not(position()=3)"><xsl:text>, </xsl:text></xsl:if> |
| 847 </xsl:template> | 847 </xsl:template> |
| 848 | 848 |
| 849 <xsl:template match="z"> | 849 <xsl:template match="z"> |
| 850 element (z): <B><xsl:value-of select="."/></B> | 850 element (z): <B><xsl:value-of select="."/></B> |
| 851 </xsl:template> | 851 </xsl:template> |
| 852 | 852 |
| 853 </xsl:stylesheet> | 853 </xsl:stylesheet> |
| 854 | 854 |
| OLD | NEW |