RE: [xsl] Site structured on XSLT.

Subject: RE: [xsl] Site structured on XSLT.
From: cknell@xxxxxxxxxx
Date: Tue, 08 Jul 2003 16:15:59 -0400
http://cocoon.apache.org/
-- 
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     "Claudio Russo" <crusso@xxxxxxxxxxxxxxxxx>
Sent:     Tue, 8 Jul 2003 16:58:30 -0300
To:       <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
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


Current Thread