xsl-list
[Top] [All Lists]

Site structured on XSLT.

2003-07-08 12:58:30
Lo everybody,

As I've been addressing this issue tangencially, and I understand a little bit 
where I want to be in my next step, I would like to know if somebody can help 
me on this task: I would like to create a site entirely using XSLT.

My initial approach was, as I said efore, an HTML with frames, which loads a 
DOM,
that passes parameters to an XSLT, which is run and fills the HTML fields.

This is the actual structure contains issues like Data Islands, Java Script, 
and others, and it stands like this:

<HTML> 

        <body>
                onLOAD javascriptfunction

                <XML>
                        sytlesheet
                </XML>
        </body>

        <script>
                Define javascriptfunction
                that loads dom and strlesheet.
        </script>

</HTML>

Constraints are:
        a) Use simple XSLT 1.0 commands.
        b) Able to access dynamically an XML structure in a separate directory 
where data file is kept.
        c) Implement a good and simple approach that splits data, from 
presentation, from data access.
        d) Remove the data islands.
        e) Reduce the usage of any javascript or any other external function to 
the minimum possible.

Thanks for your help in advance.

Regards, Claudio.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>