Designer wrote:
> Wouldn't it be nice if we could get browsers to interpret ^ (or
> something) as meaning 'div id='  (and something else for 'class='). 
> Then we could have, xml style code, such as:

> <^pageborder>
> <^content>
>               blah blah
> </content>
> </pageborder>

> MUCH more readable, and encouraging for semantic coding/markup?


Well, isn't this just the same as using XML and XSLT?

Why use html5 or xhtml2 when you can just write your own xml files,
using whatever semantic structure you want, and just tranform it into
html 4.01 in the browser?

For example:

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="document.xsl"?>
<document>
        <metadata>...</metadata>
        <header>
                <title>...</title>
                <logo/>
                <menu>...</menu>
        </header>
        <content>
                <section>
                        <h>...</h>
                        <p>...</p>
                        ...
                </section>
                <section>
                        <h>...</h>
                        <p>...</p>
                        <p>...</p>
                        ...
                </section>
        </content>
        <footer>
                <navigation></navigation>
                <copyright></copyright>
                ...
        </footer>
</document>

cheers,
Geoff





==============================================================================
The information contained in this email and any attachment is confidential and
may contain legally privileged or copyright material.   It is intended only for
the use of the addressee(s).  If you are not the intended recipient of this
email, you are not permitted to disseminate, distribute or copy this email or
any attachments.  If you have received this message in error, please notify the
sender immediately and delete this email from your system.  The ABC does not
represent or warrant that this transmission is secure or virus free.   Before
opening any attachment you should check for viruses.  The ABC's liability is
limited to resupplying any email and attachments
==============================================================================


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to