OW2 Consortium ops

Rev

Rev 102 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 102 Rev 2191
Line 15... Line 15...
15

15

16
    <xsl:include href="xml-formatting.xsl"/>
16
    <xsl:include href="xml-formatting.xsl"/>
17
    <xsl:template match="/">
17
    <xsl:template match="/">
18
        <html>
18
        <html>
19
            <head>
19
            <head>
20
                <title>Presentation Server XML Formatter</title>
-
 
-
 
20
                <title>PresentationServer XML Formatter</title>
21
                <script>
21
                <script>
22
                    <![CDATA[
22
                    <![CDATA[
23
                    function hideShow(obj) {
23
                    function hideShow(obj) {
24
                        if (parseInt(navigator.appVersion) >= 5 || navigator.appVersion.indexOf["MSIE 5"] != -1)
24
                        if (parseInt(navigator.appVersion) >= 5 || navigator.appVersion.indexOf["MSIE 5"] != -1)
25
                        {
25
                        {