You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Robert Koberg <ro...@koberg.com> on 2002/08/22 03:17:06 UTC

FW: semi-OT: XSL and XML for a standard site

[sent this to the forrest list using the wrong address - sorry if you get this
twice, but I have not seen the message show up yet]

Hi,

I have been working on a way to standardize site creation. I am hoping this is
useful for many projects/sites. I do this for our livestoryboard tool but the
way we build the XSL/XML can be utilized very easily outside the tool. These
stylesheets create W3 compliant HTML (the CSS is not fully compliant currently
but works in several browsers). They do not use tables for layout (but you can
still have artistic sites). Any XML content can be used, but the XSL is by
default set up to handle the content Schema that comes with the download.

The download contains XSL to transform a variety of page layouts and optionally
give them things like snailtrails, TOC, pagers, etc. Here is a link to a little
more info and download link for the Schemas, XSL, XML and CSS in total as a
tar.gz.
http://docs.livestoryboard.com/en_us/manual/Overview.html
[the site is a default layout from this system]

There is the start of some docs for the configuration XML at:
http://docs.livestoryboard.com/en_us/manual/config/Overview.html

starting docs for the XSLT:
http://docs.livestoryboard.com/en_us/manual/XSL/Overview.html

An example of how you can transform a page from the commandline is:
$ java  -jar saxon.jar site.xml basic_3col.xsl page_idref=siteindex

I also have a little java app (basically a DefaultHandler) that can generate a
site. It seems similar to libre. I am not a stellar java programmer so I
hesitate show it to you all, but can do if requested.

I would be very interested in what people think about this setup. If you don't
feel this works for forrest but are still interested, please respond to me
offlist at rob@koberg.com or rob@livestoryboard.com

Thans for your interest,
-Rob
http://www.livestoryboard.com