Found an email
http://lists.w3.org/Archives/Public/www-html/1998May/0003.html
XML wrapper and the Future of HTML


View source:
http://web.archive.org/web/19981202232618/http://www.hypermedic.com/style/tips/js1.htm


with part of the source being
<DIV id=xml style="display:none;">
        <XMLDOC>
        <XSTYLE>

        document{font-size:12pt;color:green;}
        greeting{
                color:red;
                font-size:18pt;
                display:block;
        }
        insult{
                color:teal;
                font-size:28pt;
                display:block;
        }
        emphasis{
                color:black;
                font-size:38pt;
                display:inline;
        extraem{
                color:red;
                font-size:38pt;
                display:inline;
        }
        </XSTYLE>
<document>Sometimes no matter how nice you are its wasted on a cudmudgeon.
                <greeting voice="nice">Hello world!</greeting>
<greeting>Hello xmldoc tag!!</greeting>believe you me this was said in the nicest possible way! <insult>Hiss off you <emphasis>stupid<extraem> stupid</extraem></ emphasis> old fool!!! </insult>

I,m not really sure how the Bard would have replied to that one, but I'm sure he would not have been at a loss for words.
                <!--a comment-->
        </document>
        </XMLDOC>
</DIV>
<SCRIPT SRC="http://web.archive.org/web/19981202232618js_/http://www.hypermedic.com/style/tips/js2.js ">
</SCRIPT>
<SCRIPT>
//this script must be placed after the XML document.
        var tagnames=new Array();
        
        for (i=0;i<=xml.all.length-1;i++)
                {
                tagnames[i]=xml.all[i].tagName;
                
                }
        printarray(tagnames,xml.innerHTML);
        
</SCRIPT>


--
Karl Dubost - W3C
http://www.w3.org/QA/
Be Strict To Be Cool







Reply via email to