xsl-list
[Top] [All Lists]

RE: Site structured on XSLT.

2003-07-08 13:52:39
Sorry Charles. I don't get it. 

Claudio.

-----Original Message-----
From: cknell(_at_)onebox(_dot_)com [mailto:cknell(_at_)onebox(_dot_)com]
Sent: Martes, 08 de Julio de 2003 05:16 p.m.
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Site structured on XSLT.


http://cocoon.apache.org/
-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     "Claudio Russo" <crusso(_at_)aaservices(_dot_)com(_dot_)ar>
Sent:     Tue, 8 Jul 2003 16:58:30 -0300
To:       <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Subject:  [xsl] Site structured on XSLT.

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




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


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



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